aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/mbed/xprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/mbed/xprintf.h')
-rw-r--r--tmk_core/common/mbed/xprintf.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/tmk_core/common/mbed/xprintf.h b/tmk_core/common/mbed/xprintf.h
deleted file mode 100644
index e27822d3a..000000000
--- a/tmk_core/common/mbed/xprintf.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef XPRINTF_H
2#define XPRINTF_H
3
4//#define xprintf(format, ...) __xprintf(format, ##__VA_ARGS__)
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10int __xprintf(const char *format, ...);
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif