mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-10 13:29:45 -04:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
657932c563
commit
eb5f4ad197
1 changed files with 5 additions and 1 deletions
|
|
@ -513,7 +513,11 @@
|
|||
#endif /* configUSE_CORE_AFFINITY */
|
||||
|
||||
#ifndef configUSE_SCHEDULER_CORE_MASK
|
||||
#define configUSE_SCHEDULER_CORE_MASK 1
|
||||
#if ( configNUMBER_OF_CORES > 1 )
|
||||
#define configUSE_SCHEDULER_CORE_MASK 1
|
||||
#else
|
||||
#define configUSE_SCHEDULER_CORE_MASK 0
|
||||
#endif
|
||||
#endif /* configUSE_SCHEDULER_CORE_MASK */
|
||||
|
||||
#if ( ( configNUMBER_OF_CORES > 1 ) && ( configUSE_CORE_AFFINITY == 1 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue