Small function definition correction

This commit is contained in:
Julian Oes 2013-10-09 09:00:22 +02:00
parent 1b9e2af742
commit b25b9d37d5

View File

@ -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;