浏览代码

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

childerxxx 9 月之前
父节点
当前提交
d7914defdd
共有 1 个文件被更改,包括 2 次插入2 次删除
  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