diff --git a/firmware/controllers/bench_test.cpp b/firmware/controllers/bench_test.cpp index 1378b8de3f..f283abb9b7 100644 --- a/firmware/controllers/bench_test.cpp +++ b/firmware/controllers/bench_test.cpp @@ -451,6 +451,7 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) { #if EFI_PROD_CODE rebootNow(); #endif /* EFI_PROD_CODE */ + break; } }