[M2351] Modify Nuvoton common files to avoid conflicting with master

pull/7302/head
cyliangtw 2017-08-15 18:16:09 +08:00 committed by ccli8
parent 98c8427a90
commit 6b85478730
2 changed files with 2 additions and 2 deletions

View File

@ -46,4 +46,5 @@
#endif
#endif // TARGET_NUVOTON
#endif // MBED_MBED_RTX_H

View File

@ -17,8 +17,7 @@
#ifndef NU_BIT_UTIL_H
#define NU_BIT_UTIL_H
#if defined(TOOLCHAIN_IAR) && ( defined(TARGET_M0) || defined(TARGET_M0P) )
#if defined(__ICCARM__) && ( defined(TARGET_M0) || defined(TARGET_M0P) )
#include <arm_math.h>
#endif
#include "cmsis.h"