X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_spi_bitbang.h;h=1a3a8a929303266d8dd186b3dff38655b42a10b2;hb=b2cbb10564ee5c9c2a78519973bef71e4db364f9;hp=eab167ea0b633a01fa21ac2ccece35287f650611;hpb=663cf4d83abe9ca57222f24761b7ebcd63ecbf29;p=bertos.git diff --git a/bertos/cfg/cfg_spi_bitbang.h b/bertos/cfg/cfg_spi_bitbang.h index eab167ea..1a3a8a92 100644 --- a/bertos/cfg/cfg_spi_bitbang.h +++ b/bertos/cfg/cfg_spi_bitbang.h @@ -32,7 +32,6 @@ * * \brief Configuration file for SPI bitbang module. * - * \version $Id$ * * \author Daniele Basile */ @@ -43,10 +42,8 @@ /** * Set data order for emulated SPI. * - * $WIZARD = { - * "type" : "enum", - * "value_list" : "ordet_bit_list" - * } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "ordet_bit_list" */ #define CONFIG_SPI_DATAORDER SPI_LSB_FIRST