Skip to content

Commit d649936

Browse files
diggitPatrik Bachan
authored andcommitted
fix default naming macro
1 parent 66e17f1 commit d649936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

printf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
#if defined(PRINTF_FUNCTION_RENAME)
4444
#define _PRINTF_GET_FNAME(base) PRINTF_FUNCTION_RENAME(base)
4545
#else
46-
#define _PRINTF_GET_FNAME(base) mp_base##
46+
#define _PRINTF_GET_FNAME(base) mp_##base
4747
#endif
4848
/**
4949
* Output a character to a custom device like UART, used by the printf() function

0 commit comments

Comments
 (0)