X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.c;h=99d6a34373ea93565731e100bc99162e83473ff5;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=90e959d8cbec96872838c97621b87fd7d8a7ddaf;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index 90e959d8..99d6a343 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -27,23 +27,25 @@ * 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 */ -#include +#include "spi_bitbang.h" +#include "hw/hw_spi.h" + +#include "cfg/cfg_spi_bitbang.h" #include -#include -#include "hw_spi.h" + +#include void spi_assertSS(void) {