mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
- Move vTaskStartSchedulerOtherCores() - implementation to freertos_tasks_c_additions.h - declaration to freertos_idf_additions_priv.h as API is private - Rename vTaskStartSchedulerOtherCores() -> prvStartSchedulerOtherCores() to indicate that the function is private.