From d7914defddc67863033ef4b49a99601d79b9ecd0 Mon Sep 17 00:00:00 2001 From: childerxxx Date: Thu, 11 Jul 2024 17:20:35 +0800 Subject: [PATCH] Correct ".cpu cortex-m4" to ".cpu cortex-m7" --- libcpu/arm/cortex-m7/context_gcc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcpu/arm/cortex-m7/context_gcc.S b/libcpu/arm/cortex-m7/context_gcc.S index cbc03e0553..a4b5d21401 100644 --- a/libcpu/arm/cortex-m7/context_gcc.S +++ b/libcpu/arm/cortex-m7/context_gcc.S @@ -13,13 +13,13 @@ */ /** - * @addtogroup cortex-m4 + * @addtogroup cortex-m7 */ /*@{*/ #include -.cpu cortex-m4 +.cpu cortex-m7 .syntax unified .thumb .text