Change Kconfig option names as per the Kconfig changes in NimBLE ESP-IDF

This commit is contained in:
Hrishikesh Dhayagude
2024-02-14 12:32:04 +05:30
committed by Abhinav Kudnar
parent 6f39612bea
commit bd54d216d5
+1 -1
View File
@@ -22,7 +22,7 @@
#include "nimble/nimble_npl.h"
#define NIMBLE_CORE (CONFIG_NIMBLE_PINNED_TO_CORE < portNUM_PROCESSORS ? CONFIG_NIMBLE_PINNED_TO_CORE : tskNO_AFFINITY)
#define NIMBLE_CORE (CONFIG_BT_NIMBLE_PINNED_TO_CORE < portNUM_PROCESSORS ? CONFIG_BT_NIMBLE_PINNED_TO_CORE : tskNO_AFFINITY)
#ifdef __cplusplus
extern "C" {