Add specific check routine for compiling under OS X
[bertos.git] / bertos / drv / spi_bitbang.c
index f025131658b36c65e9dde8ef8bc8f89859299441..0d50bc76b5a536621d30e3d2db70316bc35d207b 100644 (file)
 
 
 #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)