X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=2a6184499ed77a803199bd34b27d8e3dacc672f1;hb=11da44352fcd4d33b173c976db45293ac1a87cca;hp=dd83335a9e008b943fb420d384e911a267e4c968;hpb=382e8d5947a7a78fecd91dc887220f7acac1ccf3;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index dd83335a..2a618449 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -40,11 +40,14 @@ */ -#include -#include #include "spi_bitbang.h" #include "hw_spi.h" +#include +#include + +#include + void spi_assertSS(void) { ATOMIC(SS_ACTIVE());