We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3a14c9 + 99f4961 commit 2b39144Copy full SHA for 2b39144
targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510_us_ticker_api.c
@@ -130,7 +130,8 @@ uint32_t us_ticker_read()
130
131
void us_ticker_fire_interrupt(void)
132
{
133
- NVIC_SetPendingIRQ(Tim0_IRQn);
+ us_ticker_target = 0;
134
+ NVIC_SetPendingIRQ(Tim1_IRQn);
135
}
136
137
/*******************************************************************************
0 commit comments