diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-13 21:54:37 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-13 21:54:37 -0600 |
commit | 41c688316889ac2edddfae09fbeaa52a2206a33c (patch) | |
tree | 27b63116e43690b11caf752c6d9a42cb2e978910 /.gitmodules |
initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f54eb7f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rd-party/pico-sdk"] + path = 3rd-party/pico-sdk + url = https://github.com/raspberrypi/pico-sdk |