1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

cpu/esp32: fix bus_width in periph_sdmmc

This commit is contained in:
Gunar Schorcht 2025-02-28 17:30:38 +01:00
parent d1a9b18bb0
commit 689883c583

View File

@ -217,8 +217,6 @@ static void _init(sdmmc_dev_t *sdmmc_dev)
else {
sdmmc_dev->present = true;
}
sdmmc_dev->bus_width = SDMMC_BUS_WIDTH_1BIT; // SDMMC_BUS_WIDTH_4BIT;
}
static int _send_cmd(sdmmc_dev_t *sdmmc_dev, sdmmc_cmd_t cmd_idx, uint32_t arg,