From: asterix Date: Tue, 27 Apr 2010 09:39:15 +0000 (+0000) Subject: Fix if. X-Git-Tag: 2.5.0~378 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3d3f1c948f803155daf4e06f126294e05b74c370;p=bertos.git Fix if. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3530 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/flash25.h b/bertos/drv/flash25.h index 5c31ba6e..96aab748 100644 --- a/bertos/drv/flash25.h +++ b/bertos/drv/flash25.h @@ -33,7 +33,6 @@ * \brief Function library for serial Flash memory. * * - * \version $Id$ * \author Daniele Basile * * $WIZ$ module_name = "flash25" @@ -100,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 -#else +#elif #error Nothing memory defined in CONFIG_FLASH25 are support. #endif