mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Add pico-sdk as sub module
This commit is contained in:
parent
28f898679a
commit
c0cec6eb3e
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -3,3 +3,6 @@
|
||||||
url = https://github.com/betaflight/config.git
|
url = https://github.com/betaflight/config.git
|
||||||
branch = master
|
branch = master
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "lib/main/pico-sdk"]
|
||||||
|
path = lib/main/pico-sdk
|
||||||
|
url = https://github.com/raspberrypi/pico-sdk
|
||||||
|
|
1
lib/main/pico-sdk
Submodule
1
lib/main/pico-sdk
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ee68c78d0afae2b69c03ae1a72bf5cc267a2d94c
|
Loading…
Add table
Add a link
Reference in a new issue