mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
freertos: add Kconfig FREERTOS_NO_AFFINITY constant
Use in place of tskNO_AFFINITY in Kconfig files
This commit is contained in:
@@ -93,6 +93,9 @@ extern "C" {
|
||||
#define tskKERNEL_VERSION_MINOR 2
|
||||
#define tskKERNEL_VERSION_BUILD 0
|
||||
|
||||
/**
|
||||
* @brief Argument of xTaskCreatePinnedToCore indicating that task has no affinity
|
||||
*/
|
||||
#define tskNO_AFFINITY INT_MAX
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user