mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
arch/arm/src/armv6-m: fix typo
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
@@ -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") =
|
||||
|
||||
Reference in New Issue
Block a user