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