Skip to content

Commit e0a10de

Browse files
maidnlfacchinm
authored andcommitted
added definition of BUILTIN LED to be compliant with arduino example
1 parent a4cd321 commit e0a10de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/MUXTO/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ static const uint8_t A6 = PIN_A6;
111111

112112
// LEDs
113113
// ----
114-
//#define PIN_LED (3u)
115-
//#define LED_BUILTIN PIN_LED
114+
#define PIN_LED (4u)
115+
#define LED_BUILTIN PIN_LED
116116
//#define LEDR (22u)
117117
//#define LEDG (13u)
118118
//#define LEDB (23u)

0 commit comments

Comments
 (0)