diff options
author | deadprogram <[email protected]> | 2023-12-07 12:32:43 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-12-07 14:38:36 +0100 |
commit | e14b6a7009178cc02c12066dd25b09a791ba47dc (patch) | |
tree | 745acb03ea90728e1fda3f8be7441e04c6ca8f02 /.gitmodules | |
parent | a1a2d1ab81af21c6fabead7e77c3fc860a065c14 (diff) | |
download | tinygo-e14b6a7009178cc02c12066dd25b09a791ba47dc.tar.gz tinygo-e14b6a7009178cc02c12066dd25b09a791ba47dc.zip |
lib/cmsis-svd: change to new repo location for the SVD files
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d3b021fa4..c3e7e47bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/avr-rust/avr-mcu.git [submodule "lib/cmsis-svd"] path = lib/cmsis-svd - url = https://github.com/cmsis-svd/cmsis-svd.git + url = https://github.com/cmsis-svd/cmsis-svd-data.git branch = main [submodule "lib/wasi-libc"] path = lib/wasi-libc |