Home
last modified time | relevance | path

Searched defs:UNITY_OUTPUT_CHAR (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h252 #define UNITY_OUTPUT_CHAR(a) \ macro
260 #define UNITY_OUTPUT_CHAR(a) PUTCHAR(a) macro
263 #define UNITY_OUTPUT_CHAR(a) putchar(a) macro