CM3: add support for the LM3S8962 evaluation board.
[bertos.git] / bertos / cpu / cortex-m3 / io / lm3s.h
index 012f0b116266801db98acab8e735c7e48da1ede1..d924d4427d2a58976c97270257a0b3b49dffa45d 100644 (file)
@@ -39,7 +39,7 @@
 #include <cpu/detect.h>
 #include <cfg/compiler.h>
 
-#if CPU_CM3_LM3S1968
+#if (CPU_CM3_LM3S1968 ||  CPU_CM3_LM3S8962)
        #include "lm3s1968.h"
        #include "lm3s_types.h"
        #include "lm3s_ints.h"