Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / eeprom.c
index 250141a301aa5bdab094891d66da06c88d5186f9..8210971b9e6c2f49561b115d434596cea67f27cf 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)