X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.c;h=8210971b9e6c2f49561b115d434596cea67f27cf;hb=f527b3499bc04902d17f235423bf99f54346c766;hp=250141a301aa5bdab094891d66da06c88d5186f9;hpb=3679841c41a3d86255c7f52add1f092faeb06319;p=bertos.git diff --git a/bertos/drv/eeprom.c b/bertos/drv/eeprom.c index 250141a3..8210971b 100644 --- a/bertos/drv/eeprom.c +++ b/bertos/drv/eeprom.c @@ -40,11 +40,10 @@ #include "eeprom.h" +#include "cfg/cfg_eeprom.h" // CONFIG_EEPROM_VERIFY #include // MIN() #include -#include // CONFIG_EEPROM_VERIFY - #include #include CPU_HEADER(twi)