mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-291 fixed typo &acc2 should be &acc3
This commit is contained in:
parent
33eb434862
commit
84886cbce4
@ -620,7 +620,7 @@ static void msp_send_channels(struct msp_bridge *m)
|
||||
AccessoryDesiredInstGet(0, &acc0);
|
||||
AccessoryDesiredInstGet(1, &acc1);
|
||||
AccessoryDesiredInstGet(2, &acc2);
|
||||
AccessoryDesiredInstGet(3, &acc2);
|
||||
AccessoryDesiredInstGet(3, &acc3);
|
||||
|
||||
union {
|
||||
uint8_t buf[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user