diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-26 16:36:55 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-26 16:36:55 +0200 |
commit | 07e2eef57eeff5a2d21945b9ad6ca1dbd714b924 (patch) | |
tree | 63531bad637e201e17d1f58d0dfa42adc316ec2f /.gitmodules | |
parent | c82637ccbd2a99466dacd830147ef3df92f86753 (diff) |
freertos compiles without errors
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b8239e0..b14eb59 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = stm32f091/lib/STM32-base-STM32Cube url = https://github.com/STM32-base/STM32-base-STM32Cube ignore = all +[submodule "stm32f091/lib/FreeRTOS-Kernel"] + path = stm32f091/lib/FreeRTOS-Kernel + url = https://github.com/FreeRTOS/FreeRTOS-Kernel + ignore = all |