Skip to content
Snippets Groups Projects
Commit fbdebe9b authored by q3k's avatar q3k Committed by Serge Bazanski
Browse files

l0dables/lib: enable TMR5_IRQn in SystemInit

parent 0a1e9969
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ __weak void SystemInit() {
MXC_ICC1->cache_ctrl |= MXC_F_ICC_CACHE_CTRL_CACHE_EN;
SystemCoreClockUpdate();
// Enable API interrupt.
NVIC_EnableIRQ(TMR5_IRQn);
}
// newlib syscall to allow printf to work.
......
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