X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_spi_bitbang.h;fp=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_spi_bitbang.h;h=0000000000000000000000000000000000000000;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=1a3a8a929303266d8dd186b3dff38655b42a10b2;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/display/cfg/cfg_spi_bitbang.h b/boards/sam3n-ek/examples/display/cfg/cfg_spi_bitbang.h deleted file mode 100644 index 1a3a8a92..00000000 --- a/boards/sam3n-ek/examples/display/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 */ -