mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
portable-RP2040: Fix typo in README.md (#559)
Replace "import" with "include" in cmake code sample.
This commit is contained in:
parent
030e76681b
commit
ff88fc8b6c
4
portable/ThirdParty/GCC/RP2040/README.md
vendored
4
portable/ThirdParty/GCC/RP2040/README.md
vendored
|
@ -14,7 +14,7 @@ You can copy [FreeRTOS-Kernel-import.cmake](FreeRTOS-Kernel-import.cmake) into y
|
||||||
add the following in your `CMakeLists.txt`:
|
add the following in your `CMakeLists.txt`:
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
import(FreeRTOS_Kernel_import.cmake)
|
include(FreeRTOS_Kernel_import.cmake)
|
||||||
```
|
```
|
||||||
|
|
||||||
This will locate the FreeRTOS kernel if it is a direct sub-module of your project, or if you provide the
|
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
|
||||||
|
|
||||||
## Known Limitations
|
## Known Limitations
|
||||||
|
|
||||||
- Tickless idle has not currently been tested, and is likely non-functional
|
- Tickless idle has not currently been tested, and is likely non-functional
|
||||||
|
|
Loading…
Reference in a new issue