diff --git a/freertos/hello_freertos/hello_freertos.c b/freertos/hello_freertos/hello_freertos.c index 4118e790b..77a3c8490 100755 --- a/freertos/hello_freertos/hello_freertos.c +++ b/freertos/hello_freertos/hello_freertos.c @@ -22,7 +22,7 @@ #endif // Whether to flash the led -#ifndef USB_LED +#ifndef USE_LED #define USE_LED 1 #endif