Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / eeprom.c
index 4e7f615fe6068e8589a35482d4ecd6aa4f2c1cf1..8210971b9e6c2f49561b115d434596cea67f27cf 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS (implementation)
  *
- * \note This implementation is AVR specific.
  *
  * \version $Id$
  * \author Stefano Fedrigo <aleph@develer.com>
 
 #include "eeprom.h"
 
-#include <cfg/debug.h>
-#include <appconfig.h>  // CONFIG_EEPROM_VERIFY
+#include "cfg/cfg_eeprom.h"  // CONFIG_EEPROM_VERIFY
 #include <cfg/macros.h>  // MIN()
+#include <cfg/debug.h>
+
 #include <cpu/attr.h>
 #include CPU_HEADER(twi)
+
 #include <drv/wdt.h>
+
 #include <mware/byteorder.h> // cpu_to_be16()
 
 #include <string.h>  // memset()