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