LPC2: include the UART driver into the generic driver ser_arm.c.
[bertos.git] / bertos / cpu / arm / drv / ser_arm.c
index 44cb894df1b2dcf8e98e72a9670127a3f5e46228..1fd0f6a5270503c165e7db64d1bfaa412c549eaf 100644 (file)
@@ -49,6 +49,8 @@
 
        #if CPU_ARM_AT91
                #include "ser_at91.c"
+       #elif CPU_ARM_LPC2378
+               #include "ser_lpc2.c"
        /*#elif  Add other ARM families here */
        #else
                #error Unknown CPU