Not test for avr. Add missing include.
[bertos.git] / bertos / drv / spi_bitbang.c
index 10a238897769280c3b653d13f0ced7b5264579b7..99d6a34373ea93565731e100bc99162e83473ff5 100644 (file)
  * 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>
  *
  * -->
  *
  * \brief Emulated SPI Master for DSP firmware download (impl.)
  *
- * \version $Id: spi.c 15328 2007-03-21 15:07:04Z batt $
  *
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
 
 
 #include "spi_bitbang.h"
-#include <hw/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)