We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad5332 commit 489f729Copy full SHA for 489f729
freertos/FreeRTOSConfig_examples_common.h
@@ -102,7 +102,7 @@
102
#define configMAX_API_CALL_INTERRUPT_PRIORITY [dependent on processor and application]
103
*/
104
105
-#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
+#if FREE_RTOS_KERNEL_SMP // set by the RP2xxx SMP port of FreeRTOS
106
/* SMP port only */
107
#ifndef configNUMBER_OF_CORES
108
#define configNUMBER_OF_CORES 2
0 commit comments