Skip to content

Commit 83f395c

Browse files
committed
[NANO130] Fix symbol of IAR toolchain
1 parent 00fa0f6 commit 83f395c

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(TOOLCHAIN_IAR) && defined(TARGET_M0)
20+
#if defined(__ICCARM__) && defined(TARGET_M0)
2121
#include <arm_math.h>
2222
#endif
2323
#include "cmsis.h"

0 commit comments

Comments
 (0)