Fix elif with no expression.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 30 Mar 2010 08:32:44 +0000 (08:32 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 30 Mar 2010 08:32:44 +0000 (08:32 +0000)
commit5fa2ea6c585f617a5ccb674ddda290fd890a1967
tree823591f2658aa446d6e178e59a3fdd0cea3bae45
parent165ee3ab958eaab69c819853d527408e96a92ace
Fix elif with no expression.

An elif condition without expression may trigger the following build
error with recent toolchains.

 In file included from ./bertos/drv/flash25.c:53:
 bertos/drv/flash25.h:103: error: #elif with no expression
 make: *** [obj/armtest/./bertos/drv/flash25.o] Error 1

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3319 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/drv/flash25.h