Remove MSP update for stats display order
This commit is contained in:
parent
1b8fd99126
commit
4e85c0f2a2
|
@ -822,12 +822,6 @@ static bool mspCommonProcessOutCommand(uint8_t cmdMSP, sbuf_t *dst, mspPostProce
|
|||
sbufWriteU8(dst, 0);
|
||||
#endif // USE_OSD_STICK_OVERLAY
|
||||
|
||||
// API >= 1.42
|
||||
// Post-flight stats display order
|
||||
for (int i = 0; i < OSD_STAT_COUNT; i++) {
|
||||
sbufWriteU8(dst, osdStatsDisplayOrder[i]);
|
||||
}
|
||||
|
||||
#endif // USE_OSD
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue