mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-19 01:13:01 +03:00
The macro expanded with a trailing PRIVILEGED_FUNCTION; token, making it unusable in expression contexts (e.g. inside assert() or as a function argument), causing a compile error: "expected ')' before ';' token". Closes https://github.com/espressif/esp-idf/issues/17948 Made-with: Cursor