mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-24 09:30:19 +08:00
Correct ".cpu cortex-m4" to ".cpu cortex-m7"
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup cortex-m4
|
||||
* @addtogroup cortex-m7
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
#include <rtconfig.h>
|
||||
|
||||
.cpu cortex-m4
|
||||
.cpu cortex-m7
|
||||
.syntax unified
|
||||
.thumb
|
||||
.text
|
||||
|
||||
Reference in New Issue
Block a user