X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=b85caa8610993c4f640ab55d5bd8d8ceeae458e0;hb=ab3c5d37b28cb17c4d7ded2c311c138a1e3a673a;hp=f025131658b36c65e9dde8ef8bc8f89859299441;hpb=f58b90fce4022247d31d68ba1c0d3a620a9071d8;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index f0251316..b85caa86 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -41,9 +41,11 @@ #include "spi_bitbang.h" -#include "hw_spi.h" +#include "hw/hw_spi.h" +#include "cfg/cfg_spi_bitbang.h" #include + #include void spi_assertSS(void)