mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 20:05:09 +00:00
85c009eb67
The execution order of the "task_event_source" and "application_task" tasks on startup can vary. This will result a different order of logs, thus leading to the example test failing. This commit synchronizes both tasks on startup.