Merge pull request #12055 from 0xc0170/fix_12054

cmsis: remove arm math
pull/12217/head
Martin Kojtal 2020-01-08 12:00:54 +01:00 committed by GitHub
commit b77f6b457e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 8850 deletions

File diff suppressed because it is too large Load Diff

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