mirror of https://github.com/ARMmbed/mbed-os.git
[NANO130] Fix symbol of IAR toolchain
parent
00fa0f64c1
commit
83f395c07c
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef NU_BIT_UTIL_H
|
||||
#define NU_BIT_UTIL_H
|
||||
|
||||
#if defined(TOOLCHAIN_IAR) && defined(TARGET_M0)
|
||||
#if defined(__ICCARM__) && defined(TARGET_M0)
|
||||
#include <arm_math.h>
|
||||
#endif
|
||||
#include "cmsis.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue