X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_spi_bitbang.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_spi_bitbang.h;h=0000000000000000000000000000000000000000;hb=67813e9ec40a4189348aa829f93a188c017a4c87;hp=1a3a8a929303266d8dd186b3dff38655b42a10b2;hpb=6c4b0cf8c98308df4866839b9c7d8fe813376969;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_spi_bitbang.h b/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_spi_bitbang.h deleted file mode 100644 index 1a3a8a92..00000000 --- a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_spi_bitbang.h +++ /dev/null @@ -1,51 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for SPI bitbang module. - * - * - * \author Daniele Basile - */ - -#ifndef CFG_SPI_BITBANG_H -#define CFG_SPI_BITBANG_H - -/** - * Set data order for emulated SPI. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "ordet_bit_list" - */ -#define CONFIG_SPI_DATAORDER SPI_LSB_FIRST - -#endif /* CFG_SPI_BITBANG_H */ -