Fixes for CONFIG_KERNEL.
[bertos.git] / drv / eeprom.c
index 9a52e5cd7f5c625da189a43280381f3d7ade5788..8280ef2c75d558ee6ebf5bdf864d0f821d1474be 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.18  2005/11/27 23:33:40  bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
+ *#* Revision 1.17  2005/04/11 19:10:27  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.16  2005/03/01 23:25:09  bernie
  *#* Prune CVS log.
  *#*
@@ -31,9 +37,9 @@
 
 #include "eeprom.h"
 
-#include <debug.h>
-#include <config.h>  // CONFIG_EEPROM_VERIFY
-#include <macros.h>  // MIN()
+#include <cfg/debug.h>
+#include <appconfig.h>  // CONFIG_EEPROM_VERIFY
+#include <cfg/macros.h>  // MIN()
 #include <drv/twi.h>
 #include <drv/wdt.h>
 #include <mware/byteorder.h> // cpu_to_be16()