Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / cpu / avr / drv / twi_avr.c
index a31ff12c7474bddc493df21c26f5aa120d1342ed..69f0ff998bdaca33b56a732afe918210d4f77794 100644 (file)
 
 #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>