From 6746e37088ce8ba03529c1226bd216705edb2b1f Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 10 Apr 2015 01:25:48 +0900 Subject: Remove core library and build files --- common/mbed/xprintf.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 common/mbed/xprintf.h (limited to 'common/mbed/xprintf.h') diff --git a/common/mbed/xprintf.h b/common/mbed/xprintf.h deleted file mode 100644 index 26bc529e5b..0000000000 --- a/common/mbed/xprintf.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef XPRINTF_H -#define XPRINTF_H - -//#define xprintf(format, ...) __xprintf(format, ##__VA_ARGS__) - -#ifdef __cplusplus -extern "C" { -#endif - -int xprintf(const char *format, ...); - -#ifdef __cplusplus -} -#endif - - -#endif -- cgit v1.2.3