We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e17f1 commit d649936Copy full SHA for d649936
printf.h
@@ -43,7 +43,7 @@ extern "C" {
43
#if defined(PRINTF_FUNCTION_RENAME)
44
#define _PRINTF_GET_FNAME(base) PRINTF_FUNCTION_RENAME(base)
45
#else
46
- #define _PRINTF_GET_FNAME(base) mp_base##
+ #define _PRINTF_GET_FNAME(base) mp_##base
47
#endif
48
/**
49
* Output a character to a custom device like UART, used by the printf() function
0 commit comments