Skip to content

Commit da36d6d

Browse files
esp32: Update machine_sdcard.c.
Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent 48ffc50 commit da36d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/esp32/machine_sdcard.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include "driver/sdspi_host.h"
4040
#include "sdmmc_cmd.h"
4141
#include "esp_log.h"
42+
4243
#define DEBUG 0
4344
#if DEBUG
4445
#define DEBUG_printf(...) ESP_LOGI("modsdcard", __VA_ARGS__)
@@ -419,7 +420,7 @@ static mp_obj_t sd_deinit(mp_obj_t self_in) {
419420
sdcard_card_obj_t *self = self_in;
420421

421422
DEBUG_printf("De-init host\n");
422-
423+
423424
if (self->flags & SDCARD_CARD_FLAGS_HOST_INIT_DONE) {
424425
if (self->host.flags & SDMMC_HOST_FLAG_DEINIT_ARG) {
425426
self->host.deinit_p(self->host.slot);

0 commit comments

Comments
 (0)