Skip to content

Commit d0bc204

Browse files
esp32: Update machine_sdcard.c.
Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent 2b2f398 commit d0bc204

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ports/esp32/machine_sdcard.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,9 @@ static mp_obj_t machine_sdcard_make_new(const mp_obj_type_t *type, size_t n_args
405405
}
406406
}
407407
#endif
408-
DEBUG_printf(" Calling init_slot()");
409-
check_esp_err(sdmmc_host_init_slot(self->host.slot, &slot_config));
408+
409+
DEBUG_printf(" Calling init_slot()");
410+
check_esp_err(sdmmc_host_init_slot(self->host.slot, &slot_config));
410411
}
411412
#endif // SOC_SDMMC_HOST_SUPPORTED
412413

0 commit comments

Comments
 (0)