Fix typo.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 8 Sep 2010 17:00:42 +0000 (17:00 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 8 Sep 2010 17:00:42 +0000 (17:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4224 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/drv/flash_lm3s.c

index 7f4e3bb7a9d32ddb4d2db82fcb5646e1c6dc30a5..730fbaf4ba424372c049668f29f9e19cd31a48bf 100644 (file)
@@ -203,7 +203,7 @@ static void common_init(Flash *fls)
 }
 
 
-void flash_hw_init(Flash *fls, int flags);
+void flash_hw_init(Flash *fls, int flags)
 {
        common_init(fls);
        fls->blk.priv.vt = &flash_lm3s_buffered_vt;