lm3s.h
Go to the documentation of this file.00001 00041 #ifndef LM3S_H 00042 #define LM3S_H 00043 00044 #include <cpu/detect.h> 00045 00046 #if CPU_ARM_LM3S1968 00047 #include "lm3s1968.h" 00048 00049 #else 00050 #error Missing I/O definitions for CPU. 00051 #endif 00052 00053 #endif /* LM3S_H */
