Move pc assembly code to emul dir.
[bertos.git] / bertos / drv / spi_bitbang.c
index 10a238897769280c3b653d13f0ced7b5264579b7..2a6184499ed77a803199bd34b27d8e3dacc672f1 100644 (file)
 
 
 #include "spi_bitbang.h"
-#include <hw/hw_spi.h>
+#include "hw_spi.h"
 
+#include <cfg/cfg_spi_bitbang.h>
 #include <cfg/module.h>
+
 #include <cpu/irq.h>
 
 void spi_assertSS(void)