From 4f38b404460b1d70a5a8b49d407a5721de7c551d Mon Sep 17 00:00:00 2001 From: Asizon <43983086+Asizon@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:42:36 +0100 Subject: [PATCH] Move to Msp 1.44 --- src/main/msp/msp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/msp/msp.c b/src/main/msp/msp.c index f9f2116dd1..6ea723d9ad 100644 --- a/src/main/msp/msp.c +++ b/src/main/msp/msp.c @@ -2672,6 +2672,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP, currentPidProfile->motor_output_limit = sbufReadU8(src); currentPidProfile->auto_profile_cell_count = sbufReadU8(src); currentPidProfile->idle_min_rpm = sbufReadU8(src); + } if (sbufBytesRemaining(src) >= 3) { // Added in MSP API 1.44 #if defined(USE_INTERPOLATED_SP)