Skip to content

Commit

Permalink
Merge branch 'fix/ignore_kconfig_duplicates' into 'main'
Browse files Browse the repository at this point in the history
fix(kconfig): Ignore potential duplicates in Kconfigs

See merge request app-frameworks/esp_hosted_mcu!25
  • Loading branch information
mantriyogesh committed Feb 6, 2025
2 parents 3ef88ee + 5a49962 commit c834136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ ESP32XX_SDIO_CLK_FREQ_KHZ_RANGE_MAX := 50000
endif

if !ESP_HOSTED_SDIO_4_BIT_BUS
config ESP_HOSTED_SDIO_PIN_D1
config ESP_HOSTED_SDIO_PIN_D1 # kconfig ignore: multiple-definition
int "D1 GPIO number (Interrupt Line)"
default 35 if IDF_TARGET_ESP32S3
default 15 if IDF_TARGET_ESP32P4
Expand Down

0 comments on commit c834136

Please sign in to comment.