nuvoton: remove dsp math from bitutil file

pull/12055/head
Martin Kojtal 2020-01-03 15:25:02 +00:00
parent 88ae99ffca
commit 078f71d72a
1 changed files with 0 additions and 3 deletions

View File

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