mbed-os 6.10 versione

Files at this revision

API Documentation at this revision

Comitter:
michelericcio
Date:
Mon Jun 21 10:16:02 2021 +0000
Parent:
4:a1482b8845b2
Commit message:
mbed-dsp working on ST Nucleo F767ZI and mbed-OS 6

Changed in this revision

cmsis_dsp/arm_math.h Show annotated file Show diff for this revision Revisions of this file
diff -r a1482b8845b2 -r ed60e5c5c2a8 cmsis_dsp/arm_math.h
--- a/cmsis_dsp/arm_math.h	Tue Jun 01 22:29:16 2021 +0000
+++ b/cmsis_dsp/arm_math.h	Mon Jun 21 10:16:02 2021 +0000
@@ -277,7 +277,8 @@
 #include "core_cm0plus.h"
 #define ARM_MATH_CM0_FAMILY
 #else
-#include "ARMCM4.h"
+//#include "ARMCM4.h"
+#include "core_cm4.h"
 #warning "Define either ARM_MATH_CM4 OR ARM_MATH_CM3...By Default building on ARM_MATH_CM4....."
 #endif