Fixed a typo

This commit is contained in:
Balthasar Reuter
2018-07-17 22:45:41 +02:00
parent 607d2ef4f9
commit 3e1341e3d9

View File

@@ -106,7 +106,7 @@ class Gpio:
def exit(self):
self._comm.send(
Workers.Master,
Workers.MASTER,
StateMachine.TeardownEvent(StateMachine.TeardownEvent.WELCOME))
def showIdle(self):