Skip to content

Commit

Permalink
Merge pull request #7830 from orenc17/K64_ticker_uvisor
Browse files Browse the repository at this point in the history
Fix uvisor ticker issue on K64F
  • Loading branch information
0xc0170 authored Aug 21, 2018
2 parents e43f020 + 795248b commit 96af5a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ void lp_ticker_clear_interrupt(void)

void lp_ticker_free(void)
{
#ifndef FEATURE_UVISOR
LPTMR_DisableInterrupts(LPTMR0, kLPTMR_TimerInterruptEnable);
NVIC_DisableIRQ(LPTMR0_IRQn);
#endif
}

#endif /* DEVICE_LPTICKER */

0 comments on commit 96af5a4

Please sign in to comment.