diff options
Diffstat (limited to 'src/lib/timers.h')
-rw-r--r-- | src/lib/timers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/timers.h b/src/lib/timers.h index 9147fd4..18b0afb 100644 --- a/src/lib/timers.h +++ b/src/lib/timers.h @@ -117,6 +117,7 @@ typedef volatile uint32_t* TimerCCR; * */ void timer_init(uint8_t, uint16_t); void timers_disable(void); +void timers_disable_channel(uint8, uint8); /* Turn on PWM with duty_cycle on the specified channel in timer. * This function takes in a pointer to the corresponding CCR |