Skip to content

Commit c01e51d

Browse files
committed
Implement F334R8
1 parent 8b93452 commit c01e51d

File tree

5 files changed

+371
-202
lines changed

5 files changed

+371
-202
lines changed

variants/STM32F3xx/F303R(D-E)T/variant_NUCLEO_F303RE.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127

128128
// On-board LED pin number
129129
#ifndef LED_BUILTIN
130-
#define LED_BUILTIN LED_GREEN
130+
#define LED_BUILTIN PA5
131131
#endif
132-
#define LED_GREEN PA5
132+
#define LED_GREEN LED_BUILTIN
133133

134134
// On-board user button
135135
#ifndef USER_BTN

0 commit comments

Comments
 (0)