Skip to content

Commit 855d6b3

Browse files
committed
Some fixes that I hope will fix the ESP32S3 core panic.
1 parent bbbeccd commit 855d6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micropy_updates/esp32/machine_sdcard.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ static mp_obj_t machine_sdcard_make_new(const mp_obj_type_t *type, size_t n_args
221221
check_esp_err(sdspi_host_init_device(&self->dev_config, &self->sdspi_handle));
222222

223223
mp_machine_hw_spi_bus_add_device(&self->spi_device);
224+
}
224225

225226
#if SOC_SDMMC_HOST_SUPPORTED
226227
else {

0 commit comments

Comments
 (0)