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 Aug 23, 2023
1 parent a9d5b32 commit 0497524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/same54-xpro/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static const adc_conf_chan_t adc_channels[] = {
/** SDHC devices */
static const sdhc_conf_t sdhc_config[] = {
{
.sdmmc = SDHC1,
.sdhc = SDHC1,
.cd = GPIO_PIN(PD, 20),
.wp = GPIO_UNDEF,
},
Expand Down

0 comments on commit 0497524

Please sign in to comment.