mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7830 from orenc17/K64_ticker_uvisor
Fix uvisor ticker issue on K64Fpull/7773/head
commit
96af5a447e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue