Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / cpu / avr / drv / twi_avr.c
index bd4fcfd7bbe3d83a869c29ea8d827ec81359d8d2..69f0ff998bdaca33b56a732afe918210d4f77794 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-#include "twi.h"
+#include "twi_avr.h"
 
+#include "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>