Add context switch benchmark for all boards.
[bertos.git] / bertos / drv / flash25.h
index 96aab7489eacd0b2a6b79c9dc559569686e85298..2712c70aedba56f5623042fe5371f8e886bf80b3 100644 (file)
@@ -99,7 +99,7 @@ INLINE Flash25 * FLASH25_CAST(KFile *fd)
        #define FLASH25_SECTOR_SIZE        65536UL // Section size in byte
        #define FLASH25_MEM_SIZE           FLASH25_NUM_SECTOR * FLASH25_SECTOR_SIZE
        #define FLASH25_NUM_PAGE           FLASH25_MEM_SIZE / FLASH25_PAGE_SIZE
-#elif
+#else
        #error Nothing memory defined in CONFIG_FLASH25 are support.
 #endif