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
1 changed files with 2 additions and 2 deletions

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