mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
The idf_project_init macro is evaluated within the global variable scope, and currently, there are a few variables still set. Let's ensure all variables are properly unset to avoid polluting the global variable namespace. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>