Skip to content

Commit f878225

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ports/esp32/machine_sdcard.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
#include "driver/sdspi_host.h"
4040
#include "sdmmc_cmd.h"
4141
#include "esp_log.h"
42-
#if MP_SD_LDO
43-
#include "esp_ldo_regulator.h"
44-
#include "sd_pwr_ctrl_by_on_chip_ldo.h"
45-
static sd_pwr_ctrl_handle_t pwr_ctrl_handle;
46-
#endif
4742
#define DEBUG 0
4843
#if DEBUG
4944
#define DEBUG_printf(...) ESP_LOGI("modsdcard", __VA_ARGS__)

0 commit comments

Comments
 (0)