mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 02:13:19 +00:00
arch/arm/src/armv6-m: fix typo
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
b7d5d54d7c
commit
a6147109b1
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ extern void exception_common(void);
|
|||
* As all exceptions (interrupts) are routed via exception_common, we just
|
||||
* need to fill this array with pointers to it.
|
||||
*
|
||||
* Note that the [ ... ] desginated initialiser is a GCC extension.
|
||||
* Note that the [ ... ] designated initialiser is a GCC extension.
|
||||
*/
|
||||
|
||||
unsigned _vectors[] locate_data(".vectors") =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue