We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31419bf commit 9e83829Copy full SHA for 9e83829
portable/ThirdParty/GCC/RP2040/README.md
@@ -26,7 +26,7 @@ This will locate the FreeRTOS kernel if it is a direct sub-module of your projec
26
version, you can include the FreeRTOS-Kernel support later in your CMake build (possibly in a subdirectory) and the
27
FreeRTOS-Kernel support will only apply to those targets which explicitly include FreeRTOS support.
28
29
-As an alternative to the `import` statement above, you can just add this directory directly via thw following (with
+As an alternative to the `import` statement above, you can just add this directory directly via the following (with
30
the same placement restrictions related to the Raspberry Pi Pico SDK version above):
31
32
```cmake
0 commit comments