Hyundai: CAMERA_SCC works on both safety modes (#1139)

* Make camera SCC work on both safety modes

* update in safety

* move to common
This commit is contained in:
Shane Smiskol
2022-11-07 22:13:17 -08:00
committed by GitHub
parent f3fc343262
commit ca681ff829
4 changed files with 5 additions and 6 deletions

View File

@@ -215,8 +215,8 @@ class Panda:
FLAG_HYUNDAI_HYBRID_GAS = 2
FLAG_HYUNDAI_LONG = 4
FLAG_HYUNDAI_CAMERA_SCC = 8
FLAG_HYUNDAI_CANFD_HDA2 = 8
FLAG_HYUNDAI_CANFD_ALT_BUTTONS = 16
FLAG_HYUNDAI_CANFD_HDA2 = 16
FLAG_HYUNDAI_CANFD_ALT_BUTTONS = 32
FLAG_TESLA_POWERTRAIN = 1
FLAG_TESLA_LONG_CONTROL = 2