X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_avr.h;h=0155ecc7d9a0287b2310b26b50b77fda1103017e;hb=0628041b72ccf33890a673e46b0cd8035acf3a06;hp=252e772fa59a64bcc98db4adbc14e816c0275457;hpb=b821a72d490197c1d8b4e4ea51cbfcbe5e9a5fa5;p=bertos.git diff --git a/drv/timer_avr.h b/drv/timer_avr.h index 252e772f..0155ecc7 100755 --- a/drv/timer_avr.h +++ b/drv/timer_avr.h @@ -16,6 +16,9 @@ /*#* *#* $Log$ + *#* Revision 1.30 2007/06/07 14:35:12 batt + *#* Merge from project_ks. + *#* *#* Revision 1.29 2007/03/21 11:01:36 batt *#* Add missing support for ATMega1281. *#* @@ -100,7 +103,7 @@ #define TIMER_PRESCALER 64 #define TIMER_HW_BITS 8 - #if CPU_AVR_ATMEGA1281 + #if CPU_AVR_ATMEGA1281 || CPU_AVR_ATMEGA168 #define DEFINE_TIMER_ISR SIGNAL(SIG_OUTPUT_COMPARE2A) #else #define DEFINE_TIMER_ISR SIGNAL(SIG_OUTPUT_COMPARE2)