explicit error for forgotten NBC
This commit is contained in:
parent
9ad6ef14d8
commit
f3d7a19aa9
|
@ -128,7 +128,9 @@ void updateDash(CanCycle cycle) {
|
|||
break;
|
||||
case CAN_AIM_DASH:
|
||||
canDashboardAim(cycle);
|
||||
break;
|
||||
default:
|
||||
firmwareError(OBD_PCM_Processor_Fault, "Nothing for canNbcType %s", getCan_nbc_e(engineConfiguration->canNbcType));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue