[NANO130] Fix symbol of IAR toolchain

pull/4631/head
MS30 CCChang12 2017-07-12 11:01:03 +08:00
parent 00fa0f64c1
commit 83f395c07c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#ifndef NU_BIT_UTIL_H #ifndef NU_BIT_UTIL_H
#define 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> #include <arm_math.h>
#endif #endif
#include "cmsis.h" #include "cmsis.h"