mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
This commit adds an implicit inclusion of `idf_additions.h` to `FreeRTOS.h` in preparation for moving some IDf specific API to `idf_additions.h`. This implict inclusion allows existing code to be continue using these relocated APIs without any changes in header inclusions. Also removed "#pragma once" directive from "freertos_tasks_c_additions.h" since that header is included as a source file.