Skip to content

Commit

Permalink
small can board
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Dec 29, 2024
1 parent 4bc7325 commit a15d335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/controllers/bench_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,11 @@ static void handleCommandX14(uint16_t index) {
burnWithoutFlash = true;
#endif // EFI_PROD_CODE
return;
#if EFI_SHAFT_POSITION_INPUT
case COMMAND_X14_FORCE_RESYNC:
engine->triggerCentral.syncAndReport(2, 1);
return;
#endif // EFI_SHAFT_POSITION_INPUT
default:
firmwareError(ObdCode::OBD_PCM_Processor_Fault, "Unexpected bench x14 %d", index);
}
Expand Down

0 comments on commit a15d335

Please sign in to comment.