Skip to content

Commit 2aaef8c

Browse files
committed
Added LED_BUILTIN to GEMMA
as asked in #3907
1 parent 766b8c3 commit 2aaef8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/gemma/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
// GND 4| |5 PB0 (D 0) pwm0
4343
// +----+
4444

45+
#define LED_BUILTIN 1
46+
4547
static const uint8_t A0 = 6;
4648
static const uint8_t A1 = 7;
4749
static const uint8_t A2 = 8;

0 commit comments

Comments
 (0)