BeRTOS
timer_avr.c
Go to the documentation of this file.
00001 
00043 #ifndef WIZ_AUTOGEN
00044     #warning This file is deprecated, you should probably use timer_mega.c
00045 
00046     #include <cpu/detect.h>
00047 
00048     #if CPU_AVR_MEGA
00049         #include "timer_mega.c"
00050     #elif CPU_AVR_XMEGA
00051         #include "timer_xmega.c"
00052     /*#elif  Add other AVR families here */
00053     #else
00054         #error Unknown CPU
00055     #endif
00056 #endif /* WIZ_AUTOGEN */
00057