Skip to content

Commit ddd4cf6

Browse files
committed
Add call to MXC_DelayHandler in SysTick ISR
Signed-off-by: Brandon-Hurst <[email protected]>
1 parent a81ea5e commit ddd4cf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/analog/supervisor/port.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ volatile uint32_t system_ticks = 0;
7070

7171
void SysTick_Handler(void) {
7272
system_ticks++;
73+
74+
MXC_DelayHandler();
7375
}
7476

7577

0 commit comments

Comments
 (0)