X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=f025131658b36c65e9dde8ef8bc8f89859299441;hb=3c39d4d894849ce0115c6e1efe14b003aa2e91e1;hp=90e959d8cbec96872838c97621b87fd7d8a7ddaf;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index 90e959d8..f0251316 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -40,11 +40,12 @@ */ -#include -#include -#include +#include "spi_bitbang.h" #include "hw_spi.h" +#include +#include + void spi_assertSS(void) { ATOMIC(SS_ACTIVE());