From 572783b10a81ba6a7c3fb8c6c6534dba321c1b72 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 27 Apr 2010 13:20:52 +0000 Subject: [PATCH] Rever wrong commit. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3539 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/flash25.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/drv/flash25.h b/bertos/drv/flash25.h index 96aab748..2712c70a 100644 --- a/bertos/drv/flash25.h +++ b/bertos/drv/flash25.h @@ -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 -- 2.25.1