提交 2fa1a934 编写于 作者: B Bernard Xiong 提交者: GitHub

Revert "Add support for IAR Compiler"

This reverts commit ead24644.
上级 ead24644
......@@ -571,7 +571,7 @@ void rt_components_board_init(void);
#define rt_kputs(str)
#else
#if defined(__ARMCC_VERSION) || defined(__GNUC__) || \
defined(__ICCARM__) || defined(__TI_COMPILER_VERSION__)
defined(__TI_COMPILER_VERSION__)
int rt_kprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
#else
int rt_kprintf(const char *fmt, ...);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册