Skip to content

Commit

Permalink
Updated FREE_RTOS_KERNEL_SMP comment to be applicable to both RP2040 …
Browse files Browse the repository at this point in the history
…and RP2350 (#570)
  • Loading branch information
RobertWCarey authored Nov 24, 2024
1 parent fad5332 commit 489f729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freertos/FreeRTOSConfig_examples_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
#define configMAX_API_CALL_INTERRUPT_PRIORITY [dependent on processor and application]
*/

#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
/* SMP port only */
#ifndef configNUMBER_OF_CORES
#define configNUMBER_OF_CORES 2
Expand Down

0 comments on commit 489f729

Please sign in to comment.