Skip to content

Commit

Permalink
fix default naming macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik committed Dec 29, 2020
1 parent 66e17f1 commit b2c7db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printf.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern "C" {
#if defined(PRINTF_FUNCTION_RENAME)
#define _PRINTF_GET_FNAME(base) PRINTF_FUNCTION_RENAME(base)
#else
#define _PRINTF_GET_FNAME(base) mp_base##
#define _PRINTF_GET_FNAME(base) mp_##base
#endif
/**
* Output a character to a custom device like UART, used by the printf() function
Expand Down

0 comments on commit b2c7db4

Please sign in to comment.