Skip to content

Commit d03f8f1

Browse files
authored
Update pins_arduino.h (#4190)
1 parent 882b12c commit d03f8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/honeylemon/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
1212
#define digitalPinHasPWM(p) (p < 34)
1313

14-
static const uint8_t LED_BUILTIN = 16;
14+
static const uint8_t LED_BUILTIN = 2;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1616

1717
static const uint8_t BUILTIN_KEY = 0;

0 commit comments

Comments
 (0)