diff options
Diffstat (limited to 'tmk_core/common/mbed/xprintf.h')
-rw-r--r-- | tmk_core/common/mbed/xprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/mbed/xprintf.h b/tmk_core/common/mbed/xprintf.h index 26bc529e5b..1e7a48c06d 100644 --- a/tmk_core/common/mbed/xprintf.h +++ b/tmk_core/common/mbed/xprintf.h @@ -7,7 +7,7 @@ extern "C" { #endif -int xprintf(const char *format, ...); +int __xprintf(const char *format, ...); #ifdef __cplusplus } |