Add preliminary FreeRTOS support; Enforce CONFIG_* definitions.
[bertos.git] / drv / twi.c
index 69f0d88d89bfb76e5f48d3bf299d91106a1ae6eb..76d4a82f463c28c305c23913d6e45ef9c6922ac4 100755 (executable)
--- a/drv/twi.c
+++ b/drv/twi.c
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $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.
  *#*
  *#*/
 
 #include "twi.h"
-#include <cfg/config.h>
+
 #include <cfg/debug.h>
-#include <hw.h>
 #include <cfg/cpu.h>
 #include <cfg/macros.h> // BV()
+#include <hw.h>
+#include <appconfig.h>
 
 #include <compat/twi.h>