Skip to content
Snippets Groups Projects
Commit 16740dd5 authored by Beat Küng's avatar Beat Küng
Browse files

io timers: fix some typos

parent 73612443
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ __EXPORT extern int up_pwm_servo_set_rate_group_update(unsigned group, unsigned
/**
* Trigger all timer's channels in Oneshot mode to fire
* the oneshot with updated values.
* Nothing is none if not in oneshot mode.
* Nothing is done if not in oneshot mode.
*
*/
__EXPORT extern void up_pwm_update(void);
......
......@@ -502,7 +502,7 @@ void io_timer_trigger(void)
}
}
/* Now do them all wit the shortest delay in between */
/* Now do them all with the shortest delay in between */
irqstate_t flags = px4_enter_critical_section();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment