BeRTOS
i2c_cm3.h
Go to the documentation of this file.
00001 
00039 #include <cpu/detect.h>
00040 
00041 #if CPU_CM3_LM3S
00042     #include "i2c_lm3s.h"
00043 #elif CPU_CM3_STM32
00044     #include "i2c_stm32.h"
00045 /*#elif  Add other Cortex-M3 CPUs here */
00046 #else
00047     #error Unknown CPU
00048 #endif
00049