remove logical bug

This commit is contained in:
Siegfried Kienzle
2017-03-28 06:34:23 +02:00
parent 71c04f77f3
commit fc25e2f506

View File

@@ -76,10 +76,9 @@ int main()
reserve(PIN06);
reserve(PIN01);
reserve(PIN11);
voltage(PIN06, V0);
voltage(PIN01, V33);
inOrOut(PIN01, OUT);
inOrOut(PIN11, IN);
voltage(PIN06, V0);
voltage(PIN01, V33);
return 0;
}