mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
esp32h4: removed esp32h4 related codes
This commit is contained in:

committed by
Kevin (Lao Kaiyao)

parent
b16ed57b2e
commit
bf2a7b2df6
@@ -54,10 +54,10 @@ void esp_phy_enable(void)
|
||||
s_phy_access_ref++;
|
||||
|
||||
_lock_release(&s_phy_access_lock);
|
||||
// ESP32H4-TODO: enable common clk.
|
||||
// ESP32H2-TODO: enable common clk.
|
||||
}
|
||||
|
||||
void esp_phy_disable(void)
|
||||
{
|
||||
// ESP32H4-TODO: close rf and disable clk for modem sleep and light sleep
|
||||
// ESP32H2-TODO: close rf and disable clk for modem sleep and light sleep
|
||||
}
|
||||
|
Reference in New Issue
Block a user