Remove MSP update for stats display order

This commit is contained in:
Bruce Luckcuck 2019-06-24 07:12:24 -04:00
parent 1b8fd99126
commit 4e85c0f2a2
1 changed files with 0 additions and 6 deletions

View File

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