]> git.donarmstrong.com Git - tmk_firmware.git/blob - common/mbed/xprintf.h
Merge branch 'merge_rn42'
[tmk_firmware.git] / common / mbed / xprintf.h
1 #ifndef XPRINTF_H
2 #define XPRINTF_H
3
4 //#define xprintf(format, ...)            __xprintf(format, ##__VA_ARGS__)
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 int xprintf(const char *format, ...);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16
17 #endif