Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / twi_avr.c
index bd4fcfd7bbe3d83a869c29ea8d827ec81359d8d2..b55065307c2f5a6a25eee94e5a589eb1006d065b 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-#include "twi.h"
+#include "twi_avr.h"
 
+#include "hw/hw_cpu.h"  /* CLOCK_FREQ */
+
+#include "cfg/cfg_twi.h"
 #include <cfg/debug.h>
+#include <cfg/macros.h> // BV()
+
 #include <cpu/detect.h>
 #include <cpu/irq.h>
-#include <cfg/macros.h> // BV()
-#include <hw_cpu.h>  /* CLOCK_FREQ */
-#include <appconfig.h>
 
 #include <compat/twi.h>