diff --git a/firmware/controllers/bench_test.cpp b/firmware/controllers/bench_test.cpp index d2fa9daed7..b9f28f6517 100644 --- a/firmware/controllers/bench_test.cpp +++ b/firmware/controllers/bench_test.cpp @@ -271,7 +271,7 @@ static void handleCommandX14(uint16_t index) { return; case 0x10: engine->etbAutoTune = false; - tsOutputChannels->calibrationMode = TsCalmode::None; + tsOutputChannels.calibrationMode = TsCalmode::None; return; #endif case 0xF: