mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Rationalisation of sensor function names
This commit is contained in:
parent
2725e6a9fc
commit
78350e829b
18 changed files with 67 additions and 66 deletions
|
@ -565,7 +565,7 @@ static bool mspFcProcessOutCommand(uint8_t cmdMSP, sbuf_t *dst, mspPostProcessFn
|
|||
sbufWriteU8(dst, getConfigProfile());
|
||||
sbufWriteU16(dst, averageSystemLoadPercent);
|
||||
sbufWriteU16(dst, armingFlags);
|
||||
sbufWriteU8(dst, getAccelerometerCalibrationAxisFlags());
|
||||
sbufWriteU8(dst, accGetCalibrationAxisFlags());
|
||||
break;
|
||||
|
||||
case MSP_STATUS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue