Use log module instead kprintf and trace.
[bertos.git] / bertos / drv / spi_bitbang.c
index 90e959d8cbec96872838c97621b87fd7d8a7ddaf..0d50bc76b5a536621d30e3d2db70316bc35d207b 100644 (file)
  */
 
 
-#include <cfg/cpu.h>
+#include "spi_bitbang.h"
+#include "hw/hw_spi.h"
+
+#include "cfg/cfg_spi_bitbang.h"
 #include <cfg/module.h>
-#include <drv/spi_emu.h>
-#include "hw_spi.h"
+
+#include <cpu/irq.h>
 
 void spi_assertSS(void)
 {