Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nimble/esp_port/esp-hci/src/na_hci_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void adv_stack_enableScanReqRxdVsEvent(bool en){}
void conn_stack_enableChanMapUpdCompVsEvent(bool en){}
void sleep_stack_enableWakeupVsEvent(bool en){}

#ifdef SOC_ECC_SUPPORTED
#if SOC_ECC_SUPPORTED && ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 4, 0)
void esp_crypto_ecc_lock_acquire(void) {}
void esp_crypto_ecc_lock_release(void) {}
#endif
Expand Down