Altered config to ensure that we don't accidentally rely on a concrete small number of cores.

This commit is contained in:
Tobias Reinhard 2022-11-07 14:34:54 -05:00
parent 91eb6eefaa
commit c4f5c09a81

View file

@ -104,7 +104,7 @@
*/ */
/* SMP port only */ /* SMP port only */
#define configNUM_CORES 1 #define configNUM_CORES 100
#define configTICK_CORE 1 #define configTICK_CORE 1
#define configRUN_MULTIPLE_PRIORITIES 1 #define configRUN_MULTIPLE_PRIORITIES 1