Use configuration file instead appconfig. Reformat. Clean up. Remove CVS logs.
[bertos.git] / bertos / drv / eeprom.c
index 250141a301aa5bdab094891d66da06c88d5186f9..835c1cc5ec6d4c5b48a864ccf1b3785e99db6eee 100644 (file)
 
 #include "eeprom.h"
 
+#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)