mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 02:26:08 +00:00
* ##__VA_ARGS__ is replaced by __VA_OPT__(,) and __VA_ARGS if C++20 is used. * Affected header files are: esp_log.h, portmacro.h and esp_check.h * Closes https://github.com/espressif/esp-idf/pull/6692