Skip to content

Commit 45621d6

Browse files
committed
Led
1 parent 46f7592 commit 45621d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bootloaders/atmega/ATmegaBOOT_168.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
#else
136136
/* Onboard LED is connected to pin PB5 in Arduino NG, Diecimila, and Duomilanuove */
137137
/* other boards like e.g. Crumb8, Crumb168 are using PB2 */
138-
#define LED_DDR DDRB
139-
#define LED_PORT PORTB
140-
#define LED_PIN PINB
141-
#define LED PINB5
138+
#define LED_DDR DDRD
139+
#define LED_PORT PORTD
140+
#define LED_PIN PIND
141+
#define LED PIND2
142142
#endif
143143

144144

0 commit comments

Comments
 (0)