fixing build
This commit is contained in:
parent
b04646f599
commit
e1d7abbafa
|
@ -271,7 +271,9 @@ static void handleCommandX14(uint16_t index) {
|
||||||
return;
|
return;
|
||||||
case 0x10:
|
case 0x10:
|
||||||
engine->etbAutoTune = false;
|
engine->etbAutoTune = false;
|
||||||
|
#if EFI_TUNER_STUDIO
|
||||||
tsOutputChannels.calibrationMode = TsCalmode::None;
|
tsOutputChannels.calibrationMode = TsCalmode::None;
|
||||||
|
#endif // EFI_TUNER_STUDIO
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
case 0xF:
|
case 0xF:
|
||||||
|
|
Loading…
Reference in New Issue