Skip to content

Commit ba83100

Browse files
kaycebasquesKayce Basques
and
Kayce Basques
authored
Fix typo in macro definition (#529)
Co-authored-by: Kayce Basques <[email protected]>
1 parent 8fbb1e5 commit ba83100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freertos/hello_freertos/hello_freertos.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#endif
2323

2424
// Whether to flash the led
25-
#ifndef USB_LED
25+
#ifndef USE_LED
2626
#define USE_LED 1
2727
#endif
2828

0 commit comments

Comments
 (0)