Fixing syntax error.

10.3.x-maintenance
mikeller 2016-08-05 00:00:41 +12:00
parent 9c9932241e
commit 06cb22e8f5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ var Features = function (config) {
if (config.flightControllerVersion !== '' && semver.gte(config.flightControllerVersion, "2.8.0")) {
features.push(
{bit: 22, group: 'other', name: 'AIRMODE'},
{bit: 23, group: 'pidTuning', name: 'SUPEREXPO_RATES'},
{bit: 23, group: 'pidTuning', name: 'SUPEREXPO_RATES'}
);
}