New time handling based on TIMER_TICKS_PER_SEC to support slow timers with ticks...
[bertos.git] / drv / twi.c
index e48663686f28ba8d030bd5dbc08f6589805f6f02..76d4a82f463c28c305c23913d6e45ef9c6922ac4 100755 (executable)
--- a/drv/twi.c
+++ b/drv/twi.c
 
 /*#*
  *#* $Log$
+ *#* Revision 1.5  2005/11/27 23:33:40  bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
+ *#* Revision 1.4  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.3  2005/03/01 23:26:00  bernie
  *#* Header fix.
  *#*
  *#*/
 
 #include "twi.h"
-#include "config.h"
-#include <debug.h>
+
+#include <cfg/debug.h>
+#include <cfg/cpu.h>
+#include <cfg/macros.h> // BV()
 #include <hw.h>
-#include <cpu.h>
-#include <macros.h> // BV()
+#include <appconfig.h>
 
 #include <compat/twi.h>