frappy_psi/trinamic: fix home export
Change-Id: Ic903ae96dac288ed681842fc17fca867a08d758c
This commit is contained in:
@@ -226,7 +226,7 @@ class Motor(PersistentMixin, HasIO, Drivable):
|
||||
def checkProperties(self):
|
||||
super().checkProperties()
|
||||
if self.has_home:
|
||||
self.changeExport('home', True)
|
||||
self.setExport('home', True)
|
||||
|
||||
def startModule(self, start_events):
|
||||
super().startModule(start_events)
|
||||
|
||||
Reference in New Issue
Block a user