1
0
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:
smlng 2018-05-24 11:26:46 +02:00
parent 1df01a482f
commit 34ade00db9

View File

@ -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 */