Minh Nguyen / Pushbutton
Revision:
3:03c78d8b7dfc
Parent:
2:6ade0fbab4e1
Child:
4:3f905ce43f2b
--- a/Pushbutton.cpp	Thu Mar 11 23:22:16 2021 +0000
+++ b/Pushbutton.cpp	Fri Mar 12 00:21:54 2021 +0000
@@ -60,7 +60,7 @@
                     *mode = OP_MANUAL2;
                     return;
                 }
-                else if(*mode == OP_MANUAL2 || *mode == OP_WSETTING ||| *mode == OP_PLACEMENT)
+                else if(*mode == OP_MANUAL2 || *mode == OP_WSETTING || *mode == OP_PLACEMENT)
                 {
                     *mode = OP_NORMAL;
                     return;