Qt: Really define OS_ID on ARCH_QT
[bertos.git] / bertos / drv / eeprom.c
index 250141a301aa5bdab094891d66da06c88d5186f9..1783eb4964f4e4b6de1a60234f17d99d76d34b3b 100644 (file)
  *
  * \version $Id$
  * \author Stefano Fedrigo <aleph@develer.com>
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
 #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