LPC2xxx: add timer support.
[bertos.git] / bertos / cpu / arm / drv / timer_arm.h
index 60b096ccef906d29314aa39c82d10e698728ca11..2b4f25102575c02b1c331c6b73b37a084663e281 100644 (file)
@@ -41,6 +41,8 @@
 
 #if CPU_ARM_AT91
        #include "timer_at91.h"
+#elif CPU_ARM_LPC2
+       #include "timer_lpc2.h"
 /*#elif  Add other ARM families here */
 #else
        #error Unknown CPU