Skip to content

Commit fcdd225

Browse files
paulbartellchinglee-iot
authored andcommitted
portable-RP2040: Fix typo in README.md (FreeRTOS#559)
Replace "import" with "include" in cmake code sample.
1 parent 73664f5 commit fcdd225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/ThirdParty/GCC/RP2040/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can copy [FreeRTOS-Kernel-import.cmake](FreeRTOS-Kernel-import.cmake) into y
1414
add the following in your `CMakeLists.txt`:
1515

1616
```cmake
17-
import(FreeRTOS_Kernel_import.cmake)
17+
include(FreeRTOS_Kernel_import.cmake)
1818
```
1919

2020
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
3939

4040
## Known Limitations
4141

42-
- Tickless idle has not currently been tested, and is likely non-functional
42+
- Tickless idle has not currently been tested, and is likely non-functional

0 commit comments

Comments
 (0)