mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/cortex_common: fix indention in vector table
This commit is contained in:
parent
1df01a482f
commit
34ade00db9
@ -379,7 +379,7 @@ ISR_VECTOR(0) const cortexm_base_t cortex_vector_base = {
|
||||
&_estack,
|
||||
{
|
||||
/* entry point of the program */
|
||||
[ 0] = reset_handler_default,
|
||||
[ 0] = reset_handler_default,
|
||||
/* [-14] non maskable interrupt handler */
|
||||
[ 1] = nmi_default,
|
||||
/* [-13] hard fault exception */
|
||||
|
Loading…
Reference in New Issue
Block a user