mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Modify Nuvoton common files to avoid conflicting with master
parent
98c8427a90
commit
6b85478730
|
@ -46,4 +46,5 @@
|
|||
#endif
|
||||
|
||||
#endif // TARGET_NUVOTON
|
||||
|
||||
#endif // MBED_MBED_RTX_H
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue