frappy_psi/trinamic: fix home export

Change-Id: Ic903ae96dac288ed681842fc17fca867a08d758c
This commit is contained in:
2026-05-06 16:12:18 +02:00
parent cd5dfb299f
commit 5f01f135b1
+1 -1
View File
@@ -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)