X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.c;h=7caac605ff3981b405d79a60e8693ac33e80219b;hb=1815e3dc48701e41cd28cd6241398b972bedba50;hp=250141a301aa5bdab094891d66da06c88d5186f9;hpb=3679841c41a3d86255c7f52add1f092faeb06319;p=bertos.git diff --git a/bertos/drv/eeprom.c b/bertos/drv/eeprom.c index 250141a3..7caac605 100644 --- a/bertos/drv/eeprom.c +++ b/bertos/drv/eeprom.c @@ -35,22 +35,24 @@ * * \version $Id$ * \author Stefano Fedrigo - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "eeprom.h" +#warning TODO:Test and complete this module for arm platform. + +#if 0 +#include "cfg/cfg_eeprom.h" // CONFIG_EEPROM_VERIFY #include // MIN() #include -#include // CONFIG_EEPROM_VERIFY - #include #include CPU_HEADER(twi) #include -#include // cpu_to_be16() +#include // cpu_to_be16() #include // memset() @@ -342,3 +344,4 @@ void eeprom_test(void) } #endif // _DEBUG +#endif