Skip to content

Commit 70e439c

Browse files
committed
pbio/drv/clock/clock_ev3: Remove timer suspend functions
1 parent fa4bbe8 commit 70e439c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/pbio/drv/clock/clock_ev3.c

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,6 @@ void systick_isr_C(void) {
5050
pbio_os_request_poll();
5151
}
5252

53-
/**
54-
* Disable the timer and therefore the systick
55-
*
56-
*/
57-
void systick_suspend(void) {
58-
/* Disable the timer interrupt */
59-
TimerDisable(SOC_TMR_0_REGS, TMR_TIMER12);
60-
}
61-
62-
/**
63-
* Enable the timer and therefore the systick
64-
*/
65-
void systick_resume(void) {
66-
/* Enable the timer interrupt */
67-
TimerEnable(SOC_TMR_0_REGS, TMR_TIMER12, TMR_ENABLE_CONT);
68-
}
69-
7053
/**
7154
* Initialize the systick module, i.e. the hardware timer of the SoC
7255
*

0 commit comments

Comments
 (0)