Skip to content

Commit

Permalink
fixup! boards/sam54-xpro: enable SDMMC support
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Sep 23, 2023
1 parent 2bb1784 commit 4b33890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/same54-xpro/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += mtd_spi_nor
USEMODULE += mtd_at24cxxx at24mac
ifeq (,$(filter sam0_sdhc,$(USEMODULE)))
# during a transition period it is possible to use the `sam0_sdhc` MTD
# driver instead of the SD/MMC MTD driver
USEMODULE += mtd_sdmmc_default
endif
endif
Expand Down

0 comments on commit 4b33890

Please sign in to comment.