mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 23:14:08 +00:00
freertos: Rename CORE_ID_PRO/CORE_ID_APP macros to CORE_ID_REGVAL_xxx
Old values remain for compatibility. As suggested in https://github.com/espressif/esp-idf/issues/2567
This commit is contained in:
committed by
Angus Gratton
parent
a40e164988
commit
4fe74b8f64
@@ -49,7 +49,7 @@
|
||||
#include "soc/soc_memory_layout.h"
|
||||
|
||||
/* XOR one core ID with this value to get the other core ID */
|
||||
#define CORE_ID_XOR_SWAP (CORE_ID_PRO ^ CORE_ID_APP)
|
||||
#define CORE_ID_REGVAL_XOR_SWAP (CORE_ID_REGVAL_PRO ^ CORE_ID_REGVAL_APP)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user