Mark as TODO.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 16 Jun 2008 17:09:28 +0000 (17:09 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 16 Jun 2008 17:09:28 +0000 (17:09 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1467 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/eeprom.c

index 8210971b9e6c2f49561b115d434596cea67f27cf..baaff4e34ee1524520ac4325e97067db4e18a543 100644 (file)
@@ -40,6 +40,9 @@
 
 #include "eeprom.h"
 
+#warning TODO:Test and complete this module for arm platform.
+
+#if 0
 #include "cfg/cfg_eeprom.h"  // CONFIG_EEPROM_VERIFY
 #include <cfg/macros.h>  // MIN()
 #include <cfg/debug.h>
@@ -341,3 +344,4 @@ void eeprom_test(void)
 }
 
 #endif // _DEBUG
+#endif