1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-72 - fix servo definition

This commit is contained in:
Alessio Morale 2016-04-24 20:02:49 +02:00 committed by Laurent Lalanne
parent 2e008884f3
commit 65d2046ccd

View File

@ -1446,7 +1446,7 @@ static const struct pios_tim_channel pios_tim_servoport_all_pins[] = {
TIM_SERVO_CHANNEL_CONFIG(TIM12, 1, B, 14),
};
#define PIOS_SERVOPORT_ALL_PINS_PWMOUT 12
#define PIOS_SERVOPORT_ALL_PINS_PWMOUT (NELEMENTS(pios_tim_servoport_all_pins))
const struct pios_servo_cfg pios_servo_cfg_out = {
.tim_oc_init = {