[M2351] Revise nu_bitutil.h for M23

pull/7302/head
cyliangtw 2017-08-18 21:16:32 +08:00 committed by ccli8
parent 6b85478730
commit e67ed3f86e
1 changed files with 1 additions and 1 deletions

View File

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