Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / eeprom.c
index 835c1cc5ec6d4c5b48a864ccf1b3785e99db6eee..8210971b9e6c2f49561b115d434596cea67f27cf 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "eeprom.h"
 
-#include <cfg/cfg_eeprom.h>  // CONFIG_EEPROM_VERIFY
+#include "cfg/cfg_eeprom.h"  // CONFIG_EEPROM_VERIFY
 #include <cfg/macros.h>  // MIN()
 #include <cfg/debug.h>