mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
[setup actuators] fix missing )
This commit is contained in:
@@ -152,7 +152,7 @@ void dl_parse_msg(void)
|
|||||||
LED_TOGGLE(2);
|
LED_TOGGLE(2);
|
||||||
|
|
||||||
#ifdef SERVO_0
|
#ifdef SERVO_0
|
||||||
ActuatorSet(0, actuators[SERVO_0_IDX];
|
ActuatorSet(0, actuators[SERVO_0_IDX]);
|
||||||
#endif
|
#endif
|
||||||
#ifdef SERVO_1
|
#ifdef SERVO_1
|
||||||
ActuatorSet(1, actuators[SERVO_1_IDX]);
|
ActuatorSet(1, actuators[SERVO_1_IDX]);
|
||||||
|
|||||||
Reference in New Issue
Block a user