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,
|
&_estack,
|
||||||
{
|
{
|
||||||
/* entry point of the program */
|
/* entry point of the program */
|
||||||
[ 0] = reset_handler_default,
|
[ 0] = reset_handler_default,
|
||||||
/* [-14] non maskable interrupt handler */
|
/* [-14] non maskable interrupt handler */
|
||||||
[ 1] = nmi_default,
|
[ 1] = nmi_default,
|
||||||
/* [-13] hard fault exception */
|
/* [-13] hard fault exception */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user