mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Revise nu_bitutil.h for M23
parent
6b85478730
commit
e67ed3f86e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue