Hyundai: share flags with CAN-FD platform (#1099)

* Hyundai: share flags with CAN-FD platform

* update flags there
This commit is contained in:
Adeeb Shihadeh
2022-10-12 20:29:15 -07:00
committed by GitHub
parent 2f3e2825e5
commit 622ce923e9
5 changed files with 34 additions and 31 deletions

View File

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