Reformat.
[bertos.git] / bertos / drv / spi_bitbang.c
index 90e959d8cbec96872838c97621b87fd7d8a7ddaf..dd83335a9e008b943fb420d384e911a267e4c968 100644 (file)
@@ -40,9 +40,9 @@
  */
 
 
-#include <cfg/cpu.h>
+#include <cpu/irq.h>
 #include <cfg/module.h>
-#include <drv/spi_emu.h>
+#include "spi_bitbang.h"
 #include "hw_spi.h"
 
 void spi_assertSS(void)