diff options
Diffstat (limited to 'common/mbed/xprintf.cpp')
| -rw-r--r-- | common/mbed/xprintf.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/mbed/xprintf.cpp b/common/mbed/xprintf.cpp index 4342b79f8..3647ece75 100644 --- a/common/mbed/xprintf.cpp +++ b/common/mbed/xprintf.cpp | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | #define STRING_STACK_LIMIT 120 | 7 | #define STRING_STACK_LIMIT 120 |
| 8 | 8 | ||
| 9 | //TODO | ||
| 10 | int xprintf(const char* format, ...) { return 0; } | ||
| 11 | |||
| 12 | #if 0 | ||
| 9 | /* mbed Serial */ | 13 | /* mbed Serial */ |
| 10 | Serial ser(UART_TX, UART_RX); | 14 | Serial ser(UART_TX, UART_RX); |
| 11 | 15 | ||
| @@ -44,3 +48,4 @@ int xprintf(const char* format, ...) | |||
| 44 | return r; | 48 | return r; |
| 45 | */ | 49 | */ |
| 46 | } | 50 | } |
| 51 | #endif | ||
