Remove \version svn tag.
[bertos.git] / bertos / cpu / arm / io / arm.h
index 1e268617a3432e0b6a7a1809d0f4dc8a29259694..40c67a994ac05c6ae26251209938aa2004974bfe 100644 (file)
@@ -30,7 +30,6 @@
  *
  * -->
  *
- * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
 
 #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