Merge pull request #1641 from mck1117/geez

I can't type
This commit is contained in:
rusefillc 2020-07-26 18:41:51 -04:00 committed by GitHub
commit 7114f5dca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ static void handleCommandX14(uint16_t index) {
case 0x10:
engine->etbAutoTune = false;
#if EFI_TUNER_STUDIO
tsOutputChannels.calibrationMode = TsCalmode::None;
tsOutputChannels.calibrationMode = TsCalMode::None;
#endif // EFI_TUNER_STUDIO
return;
#endif