From 2db82a405a3955b9aaa10b74eb2ac7d9a3da4b93 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Tue, 27 May 2014 23:01:58 +0200 Subject: [PATCH] borg_hw_lolshield.c: forgot binary operator in define --- src/borg_hw/borg_hw_lolshield.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg_hw/borg_hw_lolshield.c b/src/borg_hw/borg_hw_lolshield.c index cee45ae..27fe2eb 100644 --- a/src/borg_hw/borg_hw_lolshield.c +++ b/src/borg_hw/borg_hw_lolshield.c @@ -869,7 +869,7 @@ ISR(TIMER1_COMPA_vect) { defined (__AVR_ATmega1280__) || \ defined (__AVR_ATmega2560__) TCCR2B = prescaler[plane]; -#elif defined (__AVR_ATmega8__) \ +#elif defined (__AVR_ATmega8__) || \ defined (__AVR_ATmega128__) TCCR2 = prescaler[page]; #elif defined (__AVR_ATmega32U4__)