Skip to content

Commit

Permalink
portable-RP2040: Fix typo in README.md (#559)
Browse files Browse the repository at this point in the history
Replace "import" with "include" in cmake code sample.
  • Loading branch information
paulbartell authored Sep 14, 2022
1 parent 030e766 commit ff88fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portable/ThirdParty/GCC/RP2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can copy [FreeRTOS-Kernel-import.cmake](FreeRTOS-Kernel-import.cmake) into y
add the following in your `CMakeLists.txt`:

```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
Expand All @@ -39,4 +39,4 @@ Some additional `config` options are defined [here](include/rp2040_config.h) whi

## 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

0 comments on commit ff88fc8

Please sign in to comment.