update comment

pull/31124/head
Cameron Clough 1 year ago
parent f7d0862ece
commit ade45901c1
  1. 2
      selfdrive/car/ford/values.py

@ -277,7 +277,7 @@ FW_QUERY_CONFIG = FwQueryConfig(
(Ecu.shiftByWire, 0x732, None), # Gear Shift Module (Ecu.shiftByWire, 0x732, None), # Gear Shift Module
(Ecu.debug, 0x7d0, None), # Accessory Protocol Interface Module (Ecu.debug, 0x7d0, None), # Accessory Protocol Interface Module
], ],
# Custom fuzzy fingerprinting function using platform codes, part numbers and software versions # Custom fuzzy fingerprinting function using platform and model year hints
match_fw_to_car_fuzzy=match_fw_to_car_fuzzy, match_fw_to_car_fuzzy=match_fw_to_car_fuzzy,
) )

Loading…
Cancel
Save