We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200f309 + 911f21e commit 3e9f656Copy full SHA for 3e9f656
1 file changed
wolfssl/wolfcrypt/types.h
@@ -824,6 +824,10 @@ typedef struct w64wrapper {
824
return ret;
825
}
826
#define XSNPRINTF _xsnprintf_
827
+ #elif defined(FREESCALE_MQX)
828
+ /* see wc_port.h for fio.h and nio.h includes. MQX does not
829
+ have stdio.h available, so it needs its own section. */
830
+ #define XSNPRINTF snprintf
831
#elif defined(WOLF_C89)
832
#include <stdio.h>
833
#define XSPRINTF sprintf
0 commit comments