We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73664f5 commit fcdd225Copy full SHA for fcdd225
portable/ThirdParty/GCC/RP2040/README.md
@@ -14,7 +14,7 @@ You can copy [FreeRTOS-Kernel-import.cmake](FreeRTOS-Kernel-import.cmake) into y
14
add the following in your `CMakeLists.txt`:
15
16
```cmake
17
-import(FreeRTOS_Kernel_import.cmake)
+include(FreeRTOS_Kernel_import.cmake)
18
```
19
20
This will locate the FreeRTOS kernel if it is a direct sub-module of your project, or if you provide the
@@ -39,4 +39,4 @@ Some additional `config` options are defined [here](include/rp2040_config.h) whi
39
40
## Known Limitations
41
42
-- Tickless idle has not currently been tested, and is likely non-functional
+- Tickless idle has not currently been tested, and is likely non-functional
0 commit comments