1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/servo: Fix typo in comment

This commit is contained in:
Marian Buschsieweke 2023-03-26 20:52:13 +02:00
parent d50fd0b41e
commit a44d248539
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -61,7 +61,7 @@ static unsigned ticks_from_us(uint64_t duration, uint64_t freq)
* timer chan n+1 ------------+
*
* Channel 0 is set to the period of one PWM control cycle and due to flag
* `TIM_FLAG_RESET_ON_MATCH` will end the period and stat the new period. As
* `TIM_FLAG_RESET_ON_MATCH` will end the period and start the new period. As
* a result, n+1 channels are needed to control n servos.
*/
static void timer_cb(void *arg, int chan)