revert last modification

This commit is contained in:
Wolfgang Hottgenroth 2015-03-02 11:13:19 +01:00
parent 24477d0045
commit 8b69e65438

View File

@ -60,14 +60,11 @@ private:
};
SwitchPort2 switch1;
SwitchPort2 switch2;
SwitchPort2 switch3;
SwitchPort2 switch1 = SwitchPort2(BIT0);
SwitchPort2 switch2 = SwitchPort2(BIT1);
SwitchPort2 switch3 = SwitchPort2(BIT2);
void hmiInit() {
switch1 = SwitchPort2(BIT0);
switch2 = SwitchPort2(BIT1);
switch3 = SwitchPort2(BIT2);
}
void hmiExec() {