timer_arm.h
Go to the documentation of this file.00001 00040 #include <cpu/detect.h> 00041 00042 #if CPU_ARM_AT91 00043 #include "timer_at91.h" 00044 #elif CPU_ARM_LPC2 00045 #include "timer_lpc2.h" 00046 /*#elif Add other ARM families here */ 00047 #else 00048 #error Unknown CPU 00049 #endif
