Просмотр исходного кода

fix expected device define and include file

Joachim Krech 5 лет назад
Родитель
Сommit
12ddba3ac6

+ 2 - 2
Device/ARM/ARMCM55/Source/startup_ARMCM55.c

@@ -22,8 +22,8 @@
  * limitations under the License.
  */
 
-#if defined (ARMCM55_DSP_DP_MVE_FP_TZ)
-  #include "ARMCM55_DSP_DP_MVE_FP_TZ.h"
+#if defined (ARMCM55)
+  #include "ARMCM55.h"
 #else
   #error device not specified!
 #endif

+ 2 - 2
Device/ARM/ARMCM55/Source/system_ARMCM55.c

@@ -23,8 +23,8 @@
  * limitations under the License.
  */
 
-#if defined (ARMCM55_DSP_DP_MVE_FP_TZ)
-  #include "ARMCM55_DSP_DP_MVE_FP_TZ.h"
+#if defined (ARMCM55)
+  #include "ARMCM55.h"
 
   #if defined (__ARM_FEATURE_CMSE) &&  (__ARM_FEATURE_CMSE == 3U)
     #include "partition_ARMCM55.h"