X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=99d6a34373ea93565731e100bc99162e83473ff5;hb=8ad8e5d325736480a881a7f30bd757f96b87376e;hp=10a238897769280c3b653d13f0ced7b5264579b7;hpb=76b689f667e4bc0cff6bb75e632111b75d165aac;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index 10a23889..99d6a343 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -27,13 +27,12 @@ * 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 * * --> * * \brief Emulated SPI Master for DSP firmware download (impl.) * - * \version $Id: spi.c 15328 2007-03-21 15:07:04Z batt $ * * \author Francesco Sacchi * \author Daniele Basile @@ -41,9 +40,11 @@ #include "spi_bitbang.h" -#include +#include "hw/hw_spi.h" +#include "cfg/cfg_spi_bitbang.h" #include + #include void spi_assertSS(void)