mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Fix typo in previous commit
This commit is contained in:
@@ -94,7 +94,7 @@ struct __attribute__ ((packed)) AutopilotMessagePTUp
|
||||
|
||||
struct __attribute__ ((packed)) AutopilotMessagePTDown
|
||||
{
|
||||
uint16_t pwm_outputs_usecs[LISA_PWM_NB];
|
||||
uint16_t pwm_outputs_usecs[LISA_PWM_OUTPUT_NB];
|
||||
};
|
||||
|
||||
union AutopilotMessagePT
|
||||
|
||||
Reference in New Issue
Block a user