Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / spi_bitbang.c
index 2a6184499ed77a803199bd34b27d8e3dacc672f1..0d50bc76b5a536621d30e3d2db70316bc35d207b 100644 (file)
@@ -41,9 +41,9 @@
 
 
 #include "spi_bitbang.h"
-#include "hw_spi.h"
+#include "hw/hw_spi.h"
 
-#include <cfg/cfg_spi_bitbang.h>
+#include "cfg/cfg_spi_bitbang.h"
 #include <cfg/module.h>
 
 #include <cpu/irq.h>