Fix header guard names; include correct header.
[bertos.git] / bertos / drv / spi_bitbang.h
index ff716906f00ab625489ae2d5684e09f7df820259..4bccb821a84dcc5bdd0a653cc03013d918244a20 100644 (file)
@@ -40,8 +40,8 @@
  */
 
 
-#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>
@@ -69,4 +69,4 @@ void spi_init(void);
 void spi_assertSS(void);
 void spi_deassertSS(void);
 
-#endif /* DRV_SPI_EMU_H */
+#endif /* DRV_SPI_BITBANG_H */