Fix indent

This commit is contained in:
Hans Christian Olaussen 2018-12-06 19:28:55 +01:00
parent 4fb82f8d34
commit 416357b3da
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ bool handleMspFrame(uint8_t *frameStart, int frameLength, uint8_t *skipsBeforeRe
return true;
}
}
// Skip a few telemetry requests if command is MSP_EEPROM_WRITE
if (packet->cmd == MSP_EEPROM_WRITE) {
*skipsBeforeResponse = TELEMETRY_REQUEST_SKIPS_AFTER_EEPROMWRITE;