mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bugfix(esp_phy): fix using wrong macro
This commit is contained in:
parent
11b9d983c5
commit
58b0fcde36
@ -15,7 +15,7 @@ static volatile int64_t s_previous_timestamp;
|
||||
|
||||
static void phy_track_pll_timer_callback(void* arg)
|
||||
{
|
||||
#if IEEE802154_ENABLED || BT_ENABLED
|
||||
#if CONFIG_IEEE802154_ENABLED || CONFIG_BT_ENABLED
|
||||
bt_track_pll_cap();
|
||||
#endif
|
||||
s_previous_timestamp = esp_timer_get_time();
|
||||
|
Loading…
Reference in New Issue
Block a user