Include top-level headers from cfg/ subdir.
[bertos.git] / drv / twi.h
index cffabdd804818b761ad068843f74369c5f3a7e15..ac8c46f20f2eff8f03aa30d03c2a1e740e51aa99 100755 (executable)
--- a/drv/twi.h
+++ b/drv/twi.h
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.2  2005/02/18 11:19:52  bernie
  *#* Update copyright info.
  *#*
@@ -22,7 +25,7 @@
 #ifndef DRV_TWI_H
 #define DRV_TWI_H
 
-#include <compiler.h>
+#include <cfg/compiler.h>
 
 bool twi_start_w(uint8_t slave_addr);
 bool twi_start_r(uint8_t slave_addr);