Skip to content

Commit 8799aa9

Browse files
gautierg-stfpistm
andauthored
Update variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h
Co-authored-by: Frederic Pillon <[email protected]>
1 parent 4d34653 commit 8799aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@
186186
#define NUM_ANALOG_INPUTS 24
187187

188188
// On-board LED pin number
189+
#define LED_GREEN PB0
189190
#ifndef LED_BUILTIN
190-
#define LED_BUILTIN PB0
191+
#define LED_BUILTIN LED_GREEN
191192
#endif
192-
#define LED_GREEN LED_BUILTIN
193193
#define LED_BLUE PB7
194194
#define LED_RED PB14
195195

0 commit comments

Comments
 (0)