mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 09:20:30 +00:00
esp_phy: fix tx power limit for esp32s2/s3/c3
This commit is contained in:
@@ -608,7 +608,6 @@ static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle,
|
||||
}
|
||||
|
||||
#if CONFIG_ESP_PHY_REDUCE_TX_POWER
|
||||
// TODO: fix the esp_phy_reduce_tx_power unused warning for esp32s2 - IDF-759
|
||||
static void __attribute((unused)) esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data)
|
||||
{
|
||||
uint8_t i;
|
||||
|
Reference in New Issue
Block a user