This commit is contained in:
rusefillc 2023-11-26 23:32:04 -05:00
parent 68f363d3a0
commit 5f26bf9d35
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ expected<uint16_t> look_up_can_id(can_vss_nbc_e type) {
case W202:
return 0x0200; /* W202 C180 ABS signal */
case LUA:
return 0; // a bit of a hack
return 0; // a bit of a hack to be able to inject VSS using a Lua script
default:
firmwareError(ObdCode::OBD_Vehicle_Speed_SensorB, "Wrong Can DBC selected: %d", type);
return unexpected;