From ac73049fb67deda1470dd420cae3a0353c40550c Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 4 Mar 2025 14:08:54 -0700 Subject: .gitmodules: Whoops, point at my pico-sdk fork --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d8d8265..8a4c874 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ # .gitmodules - Were to get some 3rd-party sources # -# Copyright (C) 2024 Luke T. Shumaker +# Copyright (C) 2024-2025 Luke T. Shumaker # SPDX-License-Identifier: AGPL-3.0-or-later [submodule "3rd-party/pico-sdk"] path = 3rd-party/pico-sdk - url = https://github.com/raspberrypi/pico-sdk + url = https://github.com/LukeShu/pico-sdk -- cgit v1.2.3-2-g168b