diff options
| author | dbroqua <dbroqua@mousur.org> | 2016-09-19 13:26:18 +0200 |
|---|---|---|
| committer | dbroqua <dbroqua@mousur.org> | 2016-09-19 13:26:18 +0200 |
| commit | 21b6e4c1f3225fed55926a4e6be2888d17fe5fd2 (patch) | |
| tree | 63504b528703a65c4addda6658a701e405bba44c /tmk_core/common/mbed/xprintf.cpp | |
| parent | 94af0194ddfe8f8a3069c926170d8995de5c1781 (diff) | |
| parent | c438a2a265b366c8e4594ce561feb896018983f0 (diff) | |
| download | qmk_firmware-21b6e4c1f3225fed55926a4e6be2888d17fe5fd2.tar.gz qmk_firmware-21b6e4c1f3225fed55926a4e6be2888d17fe5fd2.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tmk_core/common/mbed/xprintf.cpp')
| -rw-r--r-- | tmk_core/common/mbed/xprintf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/mbed/xprintf.cpp b/tmk_core/common/mbed/xprintf.cpp index 3647ece75..b1aac2c99 100644 --- a/tmk_core/common/mbed/xprintf.cpp +++ b/tmk_core/common/mbed/xprintf.cpp | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #define STRING_STACK_LIMIT 120 | 7 | #define STRING_STACK_LIMIT 120 |
| 8 | 8 | ||
| 9 | //TODO | 9 | //TODO |
| 10 | int xprintf(const char* format, ...) { return 0; } | 10 | int __xprintf(const char* format, ...) { return 0; } |
| 11 | 11 | ||
| 12 | #if 0 | 12 | #if 0 |
| 13 | /* mbed Serial */ | 13 | /* mbed Serial */ |
