X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=b85caa8610993c4f640ab55d5bd8d8ceeae458e0;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=2a6184499ed77a803199bd34b27d8e3dacc672f1;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index 2a618449..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,9 @@ #include "spi_bitbang.h" -#include "hw_spi.h" +#include "hw/hw_spi.h" -#include +#include "cfg/cfg_spi_bitbang.h" #include #include