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

This commit is contained in:
Hrishikesh Dhayagude
2019-08-06 14:30:08 +05:30
committed by Prasad Alatkar
parent 5d9b17e3f5
commit 370146fc0e
+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" {