4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 00:27:19 +08:00

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

This commit is contained in:
childerxxx 2024-07-11 17:20:35 +08:00 committed by Meco Man
parent beee77f372
commit d7914defdd

View File

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