1
0
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:
Vladimir Zidar 2016-04-25 12:55:23 +02:00
parent 33eb434862
commit 84886cbce4

View File

@ -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];