explicit error for forgotten NBC

This commit is contained in:
rusefillc 2022-03-23 19:44:55 -04:00
parent 485403fac8
commit 53623142dd
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}