Move to Msp 1.44

This commit is contained in:
Asizon 2020-02-10 14:42:36 +01:00
parent 5058fba97d
commit 4f38b40446
1 changed files with 1 additions and 0 deletions

View File

@ -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)