Fix hw include. Reformat.
[bertos.git] / bertos / drv / spi_bitbang.h
index ff716906f00ab625489ae2d5684e09f7df820259..adbfedcbd139b95e39d2b68fd7ab1d62df348e49 100644 (file)
  */
 
 
-#ifndef DRV_SPI_EMU_H
-#define DRV_SPI_EMU_H
+#ifndef DRV_SPI_BITBANG_H
+#define DRV_SPI_BITBANG_H
 
-#include <cfg/compiler.h>
 #include <appconfig.h>
 
+#include <cfg/compiler.h>
+
 /**
  * Define send and receive order bit.
  * \{
@@ -69,4 +70,4 @@ void spi_init(void);
 void spi_assertSS(void);
 void spi_deassertSS(void);
 
-#endif /* DRV_SPI_EMU_H */
+#endif /* DRV_SPI_BITBANG_H */