Add specific check routine for compiling under OS X
[bertos.git] / bertos / drv / eeprom.c
index 250141a301aa5bdab094891d66da06c88d5186f9..baaff4e34ee1524520ac4325e97067db4e18a543 100644 (file)
 
 #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>
 
-#include <appconfig.h>  // CONFIG_EEPROM_VERIFY
-
 #include <cpu/attr.h>
 #include CPU_HEADER(twi)
 
@@ -342,3 +344,4 @@ void eeprom_test(void)
 }
 
 #endif // _DEBUG
+#endif