Add configuration mode flag.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Sep 2011 15:47:27 +0000 (15:47 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Sep 2011 15:47:27 +0000 (15:47 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5019 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_sd.h

index 8c40f827113d4abca74f04d5aae8c2cae601c211..ac2abb1d39ffd67ac2567ac79f9555b68961485d 100644 (file)
  */
 #define CONFIG_SD_AUTOASSIGN_FAT   1
 
+/**
+ * SD bus mode.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "sd_mode"
+ */
+#define CONFIG_SD_MODE     SD_SPI_MODE
+
 /**
  * Enable backward compatibility for sd_init().
  * If enabled, sd_init() will allocate internally an Sd context,