File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ int main( void )
120
120
#if ( portSUPPORT_SMP == 1 ) && ( configNUM_CORES == 2 )
121
121
printf ("Starting %s on both cores:\n" , rtos_name );
122
122
vLaunch ();
123
- #elif ( RUN_FREE_RTOS_ON_CORE == 1 )
123
+ #elif ( RUN_FREERTOS_ON_CORE == 1 )
124
124
printf ("Starting %s on core 1:\n" , rtos_name );
125
125
multicore_launch_core1 (vLaunch );
126
126
while (true);
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ int main( void )
78
78
#if ( portSUPPORT_SMP == 1 ) && ( configNUM_CORES == 2 )
79
79
printf ("Starting %s on both cores:\n" , rtos_name );
80
80
vLaunch ();
81
- #elif ( RUN_FREE_RTOS_ON_CORE == 1 )
81
+ #elif ( RUN_FREERTOS_ON_CORE == 1 )
82
82
printf ("Starting %s on core 1:\n" , rtos_name );
83
83
multicore_launch_core1 (vLaunch );
84
84
while (true);
You can’t perform that action at this time.
0 commit comments