diff options
author | Ayke van Laethem <[email protected]> | 2020-02-18 16:39:19 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-02-19 09:39:26 +0100 |
commit | 3f74e3c41fb33153ed3c4e9896d55e796b41bb20 (patch) | |
tree | 9ae1406c28812e92e7bee25fd1a1b69fb067fea0 /.gitmodules | |
parent | 0c0af6d3fef17c4a8ec407d822bf727f58ac8431 (diff) | |
download | tinygo-3f74e3c41fb33153ed3c4e9896d55e796b41bb20.tar.gz tinygo-3f74e3c41fb33153ed3c4e9896d55e796b41bb20.zip |
main: update cmsis-svd module
This reverts back to the upstream repository which has merged all
necessary updates.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4d539c856..7e86215ef 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/tinygo-org/cmsis-svd + url = https://github.com/posborne/cmsis-svd [submodule "lib/compiler-rt"] path = lib/compiler-rt url = https://github.com/llvm-mirror/compiler-rt.git |