Skip to content

Commit 7cccb66

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

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
@@ -73,6 +73,8 @@ volatile uint32_t system_ticks = 0;
7373

7474
void SysTick_Handler(void) {
7575
system_ticks++;
76+
77+
MXC_DelayHandler();
7678
}
7779

7880

0 commit comments

Comments
 (0)