mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
Revert "Ford: remove unnecessary __init__"
This reverts commit 65283c3439a4d8316d3d644415f651371fedaeb8. old-commit-hash: b8c9d3bd09171a5b9a30cb91a262e9c089d28cfd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user