diff --git a/selfdrive/debug/internal/fuzz_fw_fingerprint.py b/selfdrive/debug/internal/fuzz_fw_fingerprint.py index a18390fef3..f25b4a082b 100755 --- a/selfdrive/debug/internal/fuzz_fw_fingerprint.py +++ b/selfdrive/debug/internal/fuzz_fw_fingerprint.py @@ -30,7 +30,8 @@ if __name__ == "__main__": for (tp, addr, subaddr), fw_list in fws.items(): fw_dict[(addr, subaddr)] = [random.choice(fw_list)] - matches = match_fw_to_car_fuzzy(fw_dict, log=False, exclude=candidate) + # TODO: fix this + matches = match_fw_to_car_fuzzy(fw_dict, None, log=False, exclude=candidate) total += 1 if len(matches) == 1: