Skip to content

Commit 9960a62

Browse files
committed
fixup! boards/esp32s3-usb-otg: enable SDMMC peripheral
1 parent 5b653f2 commit 9960a62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

boards/esp32s3-usb-otg/Makefile.dep

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ifneq (,$(filter mtd,$(USEMODULE)))
1111
ifeq (,$(filter sdcard_spi,$(USEMODULE)))
1212
# use mtd_sdmmc_default if sdcard_spi isn't explicitly enabled
1313
USEMODULE += mtd_sdmmc_default
14-
else
15-
USEMODULE += mtd_sdcard_default
1614
endif
1715
endif
1816

0 commit comments

Comments
 (0)