mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
esp_wifi: Merge wpa_supplicant and esp_wifi Kconfig
This commit is contained in:
committed by
Jiang Jiang Jian
parent
db59ab5000
commit
30a2558450
@@ -76,7 +76,7 @@ IRAM_ATTR void wifi_bt_common_module_disable(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if CONFIG_ESP32_WIFI_ENABLED
|
||||
#if CONFIG_ESP_WIFI_ENABLED
|
||||
void wifi_module_enable(void)
|
||||
{
|
||||
#if SOC_MODEM_CLOCK_IS_INDEPENDENT
|
||||
@@ -98,4 +98,4 @@ void wifi_module_disable(void)
|
||||
portEXIT_CRITICAL_SAFE(&periph_spinlock);
|
||||
#endif
|
||||
}
|
||||
#endif // CONFIG_ESP32_WIFI_ENABLED
|
||||
#endif // CONFIG_ESP_WIFI_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user