Note #961, hidef.h, line 147: Violates MISRA-C:2004 Advisory Rule 19.13, '#/##' operator used [MISRA-C:2004 19.13 ADV]

Thanks to pragma NO_STRING_CONSTR, the '#' character is not used as the stringification preprocessing operator, but as an inline assembly operator.

Refer to ' C Startup section for other exceptions.