mirror of
https://github.com/espressif/esp-idf
synced 2025-03-21 15:09:07 -04: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.