Mark as TODO.
[bertos.git] / 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