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