Skip to content
Snippets Groups Projects
Commit 34ade00d authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

cpu/cortex_common: fix indention in vector table

parent 1df01a48
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment