mirror of
https://github.com/HEYAHONG/HCppBox.git
synced 2025-10-14 02:27:41 +08:00
[FreeRTOSKernelSim] 修复任务名称问题
This commit is contained in:
@@ -45,7 +45,7 @@ int main()
|
||||
/*创建任务*/
|
||||
xTaskCreate( main_task1, "main_task1",40960, NULL, 1, NULL );
|
||||
xTaskCreate( main_task2, "main_task2",40960, NULL, 1, NULL );
|
||||
xTaskCreate( hshell_task, "hshell_task2",40960, NULL, 3, NULL );
|
||||
xTaskCreate( hshell_task, "hshell_task",40960, NULL, 3, NULL );
|
||||
|
||||
/* Start the scheduler so the tasks start executing. */
|
||||
vTaskStartScheduler();
|
||||
|
Reference in New Issue
Block a user