Re-Refactor code under new specs. FlashAvr.
[bertos.git] / bertos / cpu / avr / drv / twi_avr.c
index a31ff12c7474bddc493df21c26f5aa120d1342ed..0ce1a1ee275065c3547d1c7474bfc75aa3332cad 100644 (file)
  * \version $Id$
  *
  * \author Stefano Fedrigo <aleph@develer.com>
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
 #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>