mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Convert to using magDev_t as in betaflight
This commit is contained in:
parent
8e86ce34c9
commit
5dcb8fa90c
20 changed files with 65 additions and 62 deletions
|
@ -545,7 +545,7 @@ static bool mspFcProcessOutCommand(uint8_t cmdMSP, sbuf_t *dst, mspPostProcessFn
|
|||
sbufWriteU16(dst, gyroADC[i]);
|
||||
}
|
||||
for (int i = 0; i < 3; i++) {
|
||||
sbufWriteU16(dst, magADC[i]);
|
||||
sbufWriteU16(dst, mag.magADC[i]);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue