LPC2: include the UART driver into the generic driver ser_arm.c.
[bertos.git] / bertos / cpu / arm / io / arm.h
index 1e268617a3432e0b6a7a1809d0f4dc8a29259694..62cb411386b1729d999dfda8be26e0dc37781d0e 100644 (file)
 
 #if CPU_ARM_AT91
        #include "at91.h"
+#elif  CPU_ARM_LPC2
+       #include "lpc23xx.h"
 /*#elif  Add other ARM families here */
-#elif CPU_ARM_LM3S
-       #include "lm3s.h"
-
 #else
        #error Unknown CPU
 #endif