Skip to content

Commit af76353

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropy_updates/esp32/machine_sdcard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static mp_obj_t machine_sdcard_make_new(const mp_obj_type_t *type, size_t n_args
169169

170170
#if !SOC_SDMMC_HOST_SUPPORTED
171171
if (!is_spi) {
172-
mp_raise_ValueError(MP_ERROR_TEXT("MMC Reader is not supported by this MCU"));
172+
mp_raise_NotImplementedError(MP_ERROR_TEXT("MMC Reader is not supported by this MCU"));
173173
}
174174
#endif
175175

0 commit comments

Comments
 (0)