diff options
author | Elwin <elwinhammer@gmail.com> | 2024-06-22 17:40:40 +0200 |
---|---|---|
committer | Elwin <elwinhammer@gmail.com> | 2024-06-22 17:40:40 +0200 |
commit | 9c255363bb578ada6bb53d15e5ca12fa8b39986b (patch) | |
tree | 2d6ee87a02d1e0088c1eef86a22564786929b162 /.gitmodules | |
parent | f121de7c7e3ca8f0dc526973a5ee2586485aad22 (diff) |
Freertos support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9ff7e96..37a53dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,6 +21,6 @@ [submodule "lib/Arduino-CMake-Toolchain"] path = lib/Arduino-CMake-Toolchain url = https://github.com/a9183756-gh/Arduino-CMake-Toolchain - branch = e745a9bed3c3fb83442d55bf05630f31574674f2 + branch = release-1.1-dev shallow = true |