esp_phy: fix tx power limit for esp32s2/s3/c3

This commit is contained in:
Jessy Chen
2022-04-25 23:29:11 -04:00
parent 991fc96fcb
commit 2e5c28eb46
4 changed files with 6 additions and 7 deletions

View File

@@ -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;