We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1887232 commit c39149bCopy full SHA for c39149b
src/nimble/esp_port/esp-hci/src/na_hci_driver.c
@@ -84,7 +84,7 @@ void adv_stack_enableScanReqRxdVsEvent(bool en){}
84
void conn_stack_enableChanMapUpdCompVsEvent(bool en){}
85
void sleep_stack_enableWakeupVsEvent(bool en){}
86
87
-#ifdef SOC_ECC_SUPPORTED
+#if SOC_ECC_SUPPORTED && ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 4, 0)
88
void esp_crypto_ecc_lock_acquire(void) {}
89
void esp_crypto_ecc_lock_release(void) {}
90
#endif
0 commit comments