Parcourir la source

Correct ".cpu cortex-m4" to ".cpu cortex-m7"

childerxxx il y a 9 mois
Parent
commit
d7914defdd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      libcpu/arm/cortex-m7/context_gcc.S

+ 2 - 2
libcpu/arm/cortex-m7/context_gcc.S

@@ -13,13 +13,13 @@
  */
 
 /**
- * @addtogroup cortex-m4
+ * @addtogroup cortex-m7
  */
 /*@{*/
 
 #include <rtconfig.h>
 
-.cpu cortex-m4
+.cpu cortex-m7
 .syntax unified
 .thumb
 .text