diff --git a/SOFTWARE-FreeRTOS/Source/main.cpp b/SOFTWARE-FreeRTOS/Source/main.cpp index dbb804f..00ef0fc 100644 --- a/SOFTWARE-FreeRTOS/Source/main.cpp +++ b/SOFTWARE-FreeRTOS/Source/main.cpp @@ -21,8 +21,8 @@ #include "HC-12.hpp" #ifndef PICO_DEFAULT_LED_PIN -#warning pio/hello_pio example requires a board with a regular LED -#define PICO_DEFAULT_LED_PIN 25 + #warning pio/hello_pio example requires a board with a regular LED + #define PICO_DEFAULT_LED_PIN 25 #endif void Led_Blinky(void *pvParameters)