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

This commit is contained in:
dragonpilot
2019-10-07 21:11:20 +10:00
parent da9fddeaae
commit 74a2d08430
-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)