hyundai: add comment with link to PR for corner radars

This commit is contained in:
Adeeb Shihadeh
2023-10-07 16:23:47 -07:00
parent 9ce273765c
commit 1a74ed91ee
+1
View File
@@ -8,6 +8,7 @@ from openpilot.selfdrive.car.hyundai.values import DBC
RADAR_START_ADDR = 0x500
RADAR_MSG_COUNT = 32
# POC for parsing corner radars: https://github.com/commaai/openpilot/pull/24221/
def get_radar_can_parser(CP):
if DBC[CP.carFingerprint]['radar'] is None: