diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2016-09-19 13:25:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-19 13:25:37 +0200 |
| commit | c438a2a265b366c8e4594ce561feb896018983f0 (patch) | |
| tree | f310e72223a25414f69c2dec70509fed26dc3960 /tmk_core/common/mbed/xprintf.cpp | |
| parent | af24ea558a65fea549bd9f57a9704b904972d2f7 (diff) | |
| parent | 5f9c2f63ffb2c58db73e67442134be58bfe2c129 (diff) | |
| download | qmk_firmware-c438a2a265b366c8e4594ce561feb896018983f0.tar.gz qmk_firmware-c438a2a265b366c8e4594ce561feb896018983f0.zip | |
Merge pull request #4 from jackhumbert/master
Merge from jackhumbert
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 */ |
