diff --git a/selfdrive/car/ford/fordcan.py b/selfdrive/car/ford/fordcan.py index e99ae084e6..c5ef0900f3 100644 --- a/selfdrive/car/ford/fordcan.py +++ b/selfdrive/car/ford/fordcan.py @@ -5,6 +5,9 @@ HUDControl = car.CarControl.HUDControl class CanBus(CanBusBase): + def __init__(self, CP=None, fingerprint=None) -> None: + super().__init__(CP, fingerprint) + @property def main(self) -> int: return self.offset