X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=30209a3705934ebc3306a9df792c90c10889cffe;hb=ba732cee02711f649d67ed68b539d2f830a844f2;hp=dd83335a9e008b943fb420d384e911a267e4c968;hpb=382e8d5947a7a78fecd91dc887220f7acac1ccf3;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index dd83335a..30209a37 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -27,23 +27,26 @@ * 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 $ + * \version $Id$ * * \author Francesco Sacchi * \author Daniele Basile */ -#include -#include #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) {