diff options
Diffstat (limited to 'examples/freertos-blinky.cpp')
-rw-r--r-- | examples/freertos-blinky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/freertos-blinky.cpp b/examples/freertos-blinky.cpp index 6f82d71..2e7c7f7 100644 --- a/examples/freertos-blinky.cpp +++ b/examples/freertos-blinky.cpp @@ -1,4 +1,4 @@ -#include "wirish.h" +#include <wirish/wirish.h> #include "libraries/FreeRTOS/MapleFreeRTOS.h" static void vLEDFlashTask(void *pvParameters) { |