t
Fork of mbed-dev by
Diff: targets/TARGET_NUVOTON/nu_bitutil.h
- Revision:
- 174:b96e65c34a4d
- Parent:
- 149:156823d33999
--- a/targets/TARGET_NUVOTON/nu_bitutil.h Fri Sep 15 14:59:18 2017 +0100 +++ b/targets/TARGET_NUVOTON/nu_bitutil.h Mon Oct 02 15:33:19 2017 +0100 @@ -17,6 +17,9 @@ #ifndef NU_BIT_UTIL_H #define NU_BIT_UTIL_H +#if defined(__ICCARM__) && defined(TARGET_M0) +#include <arm_math.h> +#endif #include "cmsis.h" #ifdef __cplusplus