mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 04:57:38 +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