Skip to content

Commit 37753aa

Browse files
committed
Forgot to add Timer3 to variant file after upgrade to ATmega1284P
1 parent 88c9b9b commit 37753aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/hardware/Balanduino/avr/variants/standard/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
253253
NOT_ON_TIMER, /* 25 - PB0 */
254254
NOT_ON_TIMER, /* 26 - PB1 */
255255
NOT_ON_TIMER, /* 27 - PB5 */
256-
NOT_ON_TIMER, /* 28 - PB6 */
257-
NOT_ON_TIMER, /* 29 - PB7 */
256+
TIMER3A, /* 28 - PB6 */
257+
TIMER3B, /* 29 - PB7 */
258258

259259
NOT_ON_TIMER, /* 30 - PA6 */
260260
NOT_ON_TIMER /* 31 - PA7 */

0 commit comments

Comments
 (0)