BeRTOS
|
00001 00039 #include <cpu/detect.h> 00040 00041 #if CPU_ARM_AT91 00042 #include "flash_at91.h" 00043 #elif CPU_ARM_LPC2 00044 #include "flash_lpc2.h" 00045 /*#elif Add other ARM families here */ 00046 #else 00047 #error Unknown CPU 00048 #endif