mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 07:34:06 +08:00
Small function definition correction
This commit is contained in:
parent
1b9e2af742
commit
b25b9d37d5
@ -45,7 +45,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
__EXPORT pwm_limit_init(pwm_limit_t *limit)
|
||||
__EXPORT void pwm_limit_init(pwm_limit_t *limit)
|
||||
{
|
||||
limit->nchannels = 0;
|
||||
limit->state = LIMIT_STATE_OFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user