mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00

Macros that need to reteurn a value should use GCC statement expression macro syntax. This commit fixes the portTRY_ENTER_CRITICAL() in the RISC-V port of SMP FreeRTOS to be a statement expression macro.