xiaoxiang781216 commented on PR #6983: URL: https://github.com/apache/incubator-nuttx/pull/6983#issuecomment-1236143928
After more thought, it's wrong to change the macro to always_inline since if user use this in source code directly: ``` __attribute__ ((always_inline)) ``` the marco expanse it to the invalid statement: ``` __attribute__ ((__attribute__ ((always_inline, no_instrument_function)))) ``` So, it's better to keep in the current form. @easonxiang @pkarashchenko -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org