Skip to content

Commit 10d8cc2

Browse files
committed
cleanup to make merge-ready
1 parent 9993997 commit 10d8cc2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

opendbc/car/hyundai/interface.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ def _get_params(ret: structs.CarParams, candidate, fingerprint, car_fw, experime
128128
# TODO: Optima Hybrid 2017 uses a different SCC12 checksum
129129
ret.dashcamOnly = candidate in {CAR.KIA_OPTIMA_H, }
130130

131-
#print(ret.flags)
132-
#print(ret.safetyConfigs)
133-
134131
return ret
135132

136133
@staticmethod

opendbc/car/hyundai/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class HyundaiFlags(IntFlag):
8585

8686
# Static flags
8787

88-
# Some new ICE have corrupt HYBRID messages and need this to override the HYBRID dynamic flag.
88+
# Some ICE have corrupt HYBRID messages and need this to override false detection as HYBRID.
8989
ICE = 2 ** 24
9090

9191
# If 0x500 is present on bus 1 it probably has a Mando radar outputting radar points.

0 commit comments

Comments
 (0)