mirror of https://github.com/ARMmbed/mbed-os.git
Restore lp_ticker_free to previous implementation when running with uvisor
This is a temporary patch until uvisor is removedpull/7830/head
parent
f15dbf2c3d
commit
795248bcaf
|
@ -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