fix(sdio_slave): fix minor issues like return value of send function, output arg, etc.

This commit is contained in:
michael
2018-07-06 16:02:32 +08:00
parent d92c1d02e7
commit 823ebba0f0
3 changed files with 16 additions and 33 deletions
@@ -1,19 +0,0 @@
menu "Example Configuration"
choice EXAMPLE_SLAVE
prompt "Id of Slave used in Espressif master-slave board."
default EXAMPLE_SLAVE_NONE
help
If Espressif master-slave board is used, select which slave is used.
config EXAMPLE_SLAVE_NONE
bool "Not using Espressif master-slave board."
config EXAMPLE_SLAVE_B1
bool "Using slave B1"
config EXAMPLE_SLAVE_B2
bool "Using slave B2"
config EXAMPLE_SLAVE_B3
bool "Using slave B3"
endchoice
endmenu