Update sdio_esp32.cpp

astyle fix
This commit is contained in:
Luc 2020-09-24 20:08:12 +02:00
parent cafd52c403
commit 5ddf03ff11

View File

@ -32,7 +32,7 @@ extern File tSDFile_handle[ESP_MAX_SD_OPENHANDLE];
#define SDMMC_FORCE_BEGIN
#ifndef SD_ONE_BIT_MODE
#define SD_ONE_BIT_MODE false
#define SD_ONE_BIT_MODE false
#endif //SD_ONE_BIT_MODE
uint8_t ESP_SD::getState(bool refresh)