helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: targets/TARGET_Maxim/TARGET_MAX32630/us_ticker.c
- Revision:
- 183:a56a73fd2a6f
- Parent:
- 174:b96e65c34a4d
--- a/targets/TARGET_Maxim/TARGET_MAX32630/us_ticker.c Fri Feb 16 16:09:33 2018 +0000 +++ b/targets/TARGET_Maxim/TARGET_MAX32630/us_ticker.c Tue Mar 20 16:56:18 2018 +0000 @@ -230,7 +230,7 @@ void us_ticker_fire_interrupt(void) { - NVIC_SetPendingIRQ(US_TIMER_IRQn); + TMR32_SetCompare(US_TIMER, 1); } //******************************************************************************