Rename myself
[bertos.git] / bertos / drv / spi_bitbang.c
index f025131658b36c65e9dde8ef8bc8f89859299441..b85caa8610993c4f640ab55d5bd8d8ceeae458e0 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/)
- * Copyright 2000 Bernardo Innocenti <bernie@codewiz.org>
+ * Copyright 2000 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
 
 
 #include "spi_bitbang.h"
-#include "hw_spi.h"
+#include "hw/hw_spi.h"
 
+#include "cfg/cfg_spi_bitbang.h"
 #include <cfg/module.h>
+
 #include <cpu/irq.h>
 
 void spi_assertSS(void)