diff options
author | Yannis Huber <[email protected]> | 2020-06-10 09:28:51 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-07-08 00:21:59 +0200 |
commit | 163631df9e66d4fa07998ad845003e600b5aa830 (patch) | |
tree | 427310f4bf8a697e81deeb8733eb5cdb7c4bb063 /.gitmodules | |
parent | 9ad96fd809c88bbef71bf99796b437abb1d21c94 (diff) | |
download | tinygo-163631df9e66d4fa07998ad845003e600b5aa830.tar.gz tinygo-163631df9e66d4fa07998ad845003e600b5aa830.zip |
cmsis-svd: change submodule url to the TinyGo fork
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index cbab142b2..c877bbafb 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/yannishuber/cmsis-svd + url = https://github.com/tinygo-org/cmsis-svd [submodule "lib/compiler-rt"] path = lib/compiler-rt url = https://github.com/llvm-mirror/compiler-rt.git |