i will confess: i need to fit a debug build into discovery
This commit is contained in:
parent
06e899e1bb
commit
4ddb328e21
|
@ -482,11 +482,11 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) {
|
|||
case TS_X14:
|
||||
handleCommandX14(index);
|
||||
break;
|
||||
#ifdef EFI_WIDEBAND_FIRMWARE_UPDATE
|
||||
#if defined(EFI_WIDEBAND_FIRMWARE_UPDATE) && EFI_CAN_SUPPORT
|
||||
case 0x15:
|
||||
setWidebandOffset(index);
|
||||
break;
|
||||
#endif // EFI_WIDEBAND_FIRMWARE_UPDATE
|
||||
#endif // EFI_WIDEBAND_FIRMWARE_UPDATE && EFI_CAN_SUPPORT
|
||||
case CMD_TS_BENCH_CATEGORY:
|
||||
handleBenchCategory(index);
|
||||
break;
|
||||
|
@ -561,10 +561,10 @@ void initBenchTest() {
|
|||
|
||||
addConsoleAction("mainrelaybench", mainRelayBench);
|
||||
|
||||
#if EFI_WIDEBAND_FIRMWARE_UPDATE
|
||||
#if EFI_WIDEBAND_FIRMWARE_UPDATE && EFI_CAN_SUPPORT
|
||||
addConsoleAction("update_wideband", []() { widebandUpdatePending = true; });
|
||||
addConsoleActionI("set_wideband_index", [](int index) { setWidebandOffset(index); });
|
||||
#endif // EFI_WIDEBAND_FIRMWARE_UPDATE
|
||||
#endif // EFI_WIDEBAND_FIRMWARE_UPDATE && EFI_CAN_SUPPORT
|
||||
|
||||
addConsoleAction(CMD_STARTER_BENCH, starterRelayBench);
|
||||
addConsoleAction(CMD_MIL_BENCH, milBench);
|
||||
|
|
Loading…
Reference in New Issue