From 833e73e8ef06cf9f55d2086008956f89ab89a2a3 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Sat, 24 Aug 2024 09:57:19 -0700 Subject: [PATCH] Fix typo in macro definition --- freertos/hello_freertos/hello_freertos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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