Refactor to use new protocol module and sipo.
[bertos.git] / bertos / cpu / arm / drv / ser_arm.c
index 44cb894df1b2dcf8e98e72a9670127a3f5e46228..f19f1b0f1a158648f6e54f5a1959b6bf4ecdda08 100644 (file)
@@ -32,8 +32,6 @@
  *
  * \brief Low-level serial module for ARM (inplementation).
  *
- * \version $Id$
- *
  * \author Daniele Basile <asterix@develer.com>
  *
  * This module is automatically included so no need to include
@@ -49,6 +47,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