lm3s1968: Synchronous Serial Interface (SSI) driver.
[bertos.git] / bertos / cpu / cortex-m3 / io / lm3s.h
index a7cf5a0ef8eaafb218a546ea447e1915d1957b01..0dd7e11058d7d8529ead64c81a3edb1cd15fb12a 100644 (file)
@@ -40,7 +40,7 @@
 #include <cfg/compiler.h>
 
 
-#if CPU_ARM_LM3S1968
+#if CPU_CM3_LM3S1968
        #include "lm3s1968.h"
        #include "lm3s_types.h"
        #include "lm3s_ints.h"
@@ -49,6 +49,7 @@
        #include "lm3s_gpio.h"
        #include "lm3s_memmap.h"
        #include "lm3s_uart.h"
+       #include "lm3s_ssi.h"
 #else
        #error Missing I/O definitions for CPU.
 #endif