Correct ".cpu cortex-m4" to ".cpu cortex-m7"
This commit is contained in:
parent
beee77f372
commit
d7914defdd
|
@ -13,13 +13,13 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup cortex-m4
|
||||
* @addtogroup cortex-m7
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
#include <rtconfig.h>
|
||||
|
||||
.cpu cortex-m4
|
||||
.cpu cortex-m7
|
||||
.syntax unified
|
||||
.thumb
|
||||
.text
|
||||
|
|
Loading…
Reference in New Issue