Epic: Remove FSIO #2928

This commit is contained in:
rusefillc 2021-11-28 17:54:26 -05:00
parent d89e269567
commit 0c4e64fb2d
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ FsioResult getEngineValue(le_action_e action) {
return getAcToggle();
case LE_METHOD_IS_COOLANT_BROKEN:
return 0;
#include "fsio_getters.def"
default:
firmwareError(OBD_PCM_Processor_Fault, "FSIO: No mock value for %d", action);
return unexpected;