mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
Altered config to ensure that we don't accidentally rely on a concrete small number of cores.
This commit is contained in:
parent
91eb6eefaa
commit
c4f5c09a81
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
*/
|
||||
|
||||
/* SMP port only */
|
||||
#define configNUM_CORES 1
|
||||
#define configNUM_CORES 100
|
||||
#define configTICK_CORE 1
|
||||
#define configRUN_MULTIPLE_PRIORITIES 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue