Cast some variable to corret size type.
[bertos.git] / bertos / drv / spi_bitbang.h
index 4bccb821a84dcc5bdd0a653cc03013d918244a20..adbfedcbd139b95e39d2b68fd7ab1d62df348e49 100644 (file)
 #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.
  * \{