Add boilerplate for hw peripherals.
[bertos.git] / bertos / drv / spi_bitbang.c
index dd83335a9e008b943fb420d384e911a267e4c968..10a238897769280c3b653d13f0ced7b5264579b7 100644 (file)
  */
 
 
-#include <cpu/irq.h>
-#include <cfg/module.h>
 #include "spi_bitbang.h"
-#include "hw_spi.h"
+#include <hw/hw_spi.h>
+
+#include <cfg/module.h>
+#include <cpu/irq.h>
 
 void spi_assertSS(void)
 {