Revert "Add support for IAR Compiler"

This reverts commit ead24644f0.
This commit is contained in:
Bernard Xiong 2021-12-30 09:06:46 +08:00 committed by GitHub
parent ead24644f0
commit 2fa1a93497
1 changed files with 1 additions and 1 deletions

View File

@ -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, ...);