Remove checks = [] from devel-unsupported-cars branch

This commit is contained in:
dragonpilot
2019-10-07 21:11:20 +10:00
parent 38ce7dae51
commit 5c4701d035
-1
View File
@@ -101,7 +101,6 @@ def get_can_parser(CP):
signals.append(("INTERCEPTOR_GAS2", "GAS_SENSOR", 0))
checks.append(("GAS_SENSOR", 50))
checks = []
return CANParser(DBC[CP.carFingerprint]['pt'], signals, checks, 0)