Rename myself
[bertos.git] / bertos / cpu / avr / drv / twi_avr.c
index bd4fcfd7bbe3d83a869c29ea8d827ec81359d8d2..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.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>