hartmannathan commented on a change in pull request #5201: URL: https://github.com/apache/incubator-nuttx/pull/5201#discussion_r782312406
########## File path: arch/arm/include/armv6-m/irq.h ########## @@ -219,8 +219,7 @@ struct xcptcontext /* Get/set the PRIMASK register */ -static inline uint8_t getprimask(void) inline_function; -static inline uint8_t getprimask(void) +inline_function static uint8_t getprimask(void) Review comment: (Maybe not just in the precheck, but as a standard part of the build system?) -- 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