1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Indentation, remove parsing

This commit is contained in:
IvoFPV 2019-08-26 10:36:33 +02:00
parent 70464f5ff2
commit c51217a585
2 changed files with 5 additions and 5 deletions

View file

@ -1693,7 +1693,7 @@ MspHelper.prototype.crunch = function(code) {
.push8(RX_CONFIG.rcSmoothingDerivativeType);
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
buffer.push8(RX_CONFIG.usbCdcHidType)
.push8(RX_CONFIG.rcSmoothingAutoSmoothness);
.push8(RX_CONFIG.rcSmoothingAutoSmoothness);
}
}
}