🔧 update stack size

pull/190/head
yuanjiong 2021-10-26 17:03:29 +08:00
parent 1b785f3bd1
commit 17766b36ed
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void register_cat_face_detection(const QueueHandle_t frame_i,
xQueueResult = result; xQueueResult = result;
gReturnFB = camera_fb_return; gReturnFB = camera_fb_return;
xTaskCreatePinnedToCore(task_process_handler, "cat_face_process", 2 * 1024, NULL, 5, NULL, 1); xTaskCreatePinnedToCore(task_process_handler, "cat_face_process", 3 * 1024, NULL, 5, NULL, 1);
if (xQueueEvent) if (xQueueEvent)
xTaskCreatePinnedToCore(task_event_handler, "cat_face_event", 1 * 1024, NULL, 5, NULL, 1); xTaskCreatePinnedToCore(task_event_handler, "cat_face_event", 1 * 1024, NULL, 5, NULL, 1);
} }