Skip to content

Commit 7af5e7a

Browse files
committed
Added LED_BUILTIN to GEMMA
as asked in #3907
1 parent bc20a86 commit 7af5e7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: hardware/arduino/avr/variants/gemma/pins_arduino.h

+2
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)