Update sd project.
[bertos.git] / boards / at91sam7x-ek / examples / sd_fat / cfg / cfg_sd.h
index a91df59f4cda3e4c808799dfa90f794cb8d447b4..8d4a7ad3260d42a8dd0450c620906d3b79508abc 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,