Skip to content

Commit

Permalink
Systick Interrupt should never be activated using NVIC_EnableIRQ beca…
Browse files Browse the repository at this point in the history
…use it's an system exception (bacnet-stack#850)
  • Loading branch information
skarg authored Nov 6, 2024
1 parent 9da3bad commit b97f170
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ports/stm32f10x/mstimer-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ void mstimer_init(void)
/* config error? return 1 = failed, 0 = successful */
}
}
NVIC_EnableIRQ(SysTick_IRQn);
}
1 change: 0 additions & 1 deletion ports/stm32f4xx/mstimer-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ void mstimer_init(void)
/* config error? return 1 = failed, 0 = successful */
}
}
NVIC_EnableIRQ(SysTick_IRQn);
}

0 comments on commit b97f170

Please sign in to comment.