Skip to content

Commit 489f729

Browse files
authored
Updated FREE_RTOS_KERNEL_SMP comment to be applicable to both RP2040 and RP2350 (#570)
1 parent fad5332 commit 489f729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freertos/FreeRTOSConfig_examples_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
#define configMAX_API_CALL_INTERRUPT_PRIORITY [dependent on processor and application]
103103
*/
104104

105-
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
105+
#if FREE_RTOS_KERNEL_SMP // set by the RP2xxx SMP port of FreeRTOS
106106
/* SMP port only */
107107
#ifndef configNUMBER_OF_CORES
108108
#define configNUMBER_OF_CORES 2

0 commit comments

Comments
 (0)