lab2-4_single_msg_queue_interrupt
This commit is contained in:
@@ -104,7 +104,7 @@ void app_main(void) {
|
||||
DISPLAY("Start of app_main task, priority = %d",uxTaskPriorityGet(NULL));
|
||||
vTaskSuspendAll();
|
||||
|
||||
xTaskCreatePinnedToCore(vTaskFunction1, "Task 1", STACK_SIZE, (void*)"Task 1", T1_PRIO, NULL,CORE_1);
|
||||
|
||||
xTaskCreatePinnedToCore(vTaskFunction2, "Task 2", STACK_SIZE, (void*)"Task 2", T2_PRIO, NULL,CORE_0);
|
||||
xTaskCreatePinnedToCore(vTaskFunction3, "Task 3", STACK_SIZE, (void*)"Task 3", T3_PRIO, NULL,CORE_0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user