mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'bugfix/remove_pm_gpio_dbg' into 'master'
component/esp32 : remove pm gpio dbg See merge request idf/esp-idf!2206
This commit is contained in:
@@ -188,7 +188,6 @@ esp_err_t esp_phy_rf_deinit(phy_rf_module_t module)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (s_is_phy_rf_en == false) {
|
if (s_is_phy_rf_en == false) {
|
||||||
gpio_set_level(15, 0); //G1, 15
|
|
||||||
// Disable PHY and RF.
|
// Disable PHY and RF.
|
||||||
phy_close_rf();
|
phy_close_rf();
|
||||||
// Disable WiFi/BT common peripheral clock. Do not disable clock for hardware RNG
|
// Disable WiFi/BT common peripheral clock. Do not disable clock for hardware RNG
|
||||||
|
Reference in New Issue
Block a user