px4_fmuv5x:Use slot 0 with SDMMC2

This commit is contained in:
David Sidrane
2019-07-26 04:50:42 -07:00
committed by Daniel Agar
parent 0e949a36ee
commit 13e777c2ce

View File

@@ -560,8 +560,8 @@
#define SPEKTRUM_RX_AS_UART() /* Can be left as uart */
#define SPEKTRUM_OUT(_one_true) px4_arch_gpiowrite(GPIO_PPM_IN_AS_OUT, (_one_true))
#define SDIO_SLOTNO 1 /* Only one slot */
#define SDIO_MINOR 1
#define SDIO_SLOTNO 0 /* Only one slot */
#define SDIO_MINOR 0
/* SD card bringup does not work if performed on the IDLE thread because it
* will cause waiting. Use either: