From: Tian Hao Date: Mon, 9 Apr 2018 06:33:48 +0000 (+0800) Subject: component/esp32 : remove pm gpio dbg X-Git-Tag: v3.1-beta1~284^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bde34c1f183cb2d778a13450881364f4ccf54f7;p=esp-idf component/esp32 : remove pm gpio dbg --- diff --git a/components/esp32/phy_init.c b/components/esp32/phy_init.c index 625040fae7..6d0b1dd0dc 100644 --- a/components/esp32/phy_init.c +++ b/components/esp32/phy_init.c @@ -188,7 +188,6 @@ esp_err_t esp_phy_rf_deinit(phy_rf_module_t module) } if (s_is_phy_rf_en == false) { - gpio_set_level(15, 0); //G1, 15 // Disable PHY and RF. phy_close_rf(); // Disable WiFi/BT common peripheral clock. Do not disable clock for hardware RNG