Skip to content

Commit 71faea2

Browse files
cyliangtwDeepika
authored andcommitted
[M2351] Revise nu_bitutil.h for M23
1 parent af6d32d commit 71faea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/nu_bitutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef NU_BIT_UTIL_H
1818
#define NU_BIT_UTIL_H
1919

20-
#if defined(__ICCARM__) && ( defined(TARGET_M0) || defined(TARGET_M0P) )
20+
#if defined(__ICCARM__) && ( defined(__CORTEX_M0) || defined(__CORTEX_M0P) || defined(__CORTEX_M23))
2121
#include <arm_math.h>
2222
#endif
2323
#include "cmsis.h"

0 commit comments

Comments
 (0)