Commit e655a548 authored by Martin Drechsler's avatar Martin Drechsler

minor corrections

parent dab5a262
......@@ -130,7 +130,7 @@ class digital_control_signal(QWidget):
self.initial_value = value
def whenChangeDigital(self):
self.set_out(not self.cb.isChecked())
self.DO.set_out(not self.cb.isChecked())
class activation_button(QWidget):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment