mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-10 08:52:48 +00:00
kconfig: refactor xtal freq kconfig to common configuration item
This commit is contained in:
@@ -226,7 +226,7 @@ typedef struct {
|
||||
.coex_phy_coded_tx_rx_time_limit = DEFAULT_BT_LE_COEX_PHY_CODED_TX_RX_TLIM_EFF, \
|
||||
.dis_scan_backoff = NIMBLE_DISABLE_SCAN_BACKOFF, \
|
||||
.ble_scan_classify_filter_enable = 0, \
|
||||
.main_xtal_freq = CONFIG_ESP32C2_XTAL_FREQ, \
|
||||
.main_xtal_freq = CONFIG_XTAL_FREQ, \
|
||||
.config_magic = CONFIG_MAGIC, \
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user