LPC2378: fix path in ld-script
[bertos.git] / bertos / cpu / arm / io / arm.h
index 5690c317219344cce45103d2ba616a37278c98ae..1e268617a3432e0b6a7a1809d0f4dc8a29259694 100644 (file)
@@ -46,6 +46,9 @@
 #if CPU_ARM_AT91
        #include "at91.h"
 /*#elif  Add other ARM families here */
+#elif CPU_ARM_LM3S
+       #include "lm3s.h"
+
 #else
        #error Unknown CPU
 #endif