From 416357b3da3268de2a85c5e789f8f54ed45ed563 Mon Sep 17 00:00:00 2001 From: Hans Christian Olaussen <41271048+klutvott123@users.noreply.github.com> Date: Thu, 6 Dec 2018 19:28:55 +0100 Subject: [PATCH] Fix indent --- src/main/telemetry/msp_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/telemetry/msp_shared.c b/src/main/telemetry/msp_shared.c index 888343924..5ac2189d8 100644 --- a/src/main/telemetry/msp_shared.c +++ b/src/main/telemetry/msp_shared.c @@ -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;