summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a6a06be..8f02048 100644
--- a/main.c
+++ b/main.c
@@ -344,6 +344,7 @@ int main(void)
switch (in_range(state, STATE_UPPER_LIMIT)) {
Xcase(MACHINE_OFF)
+ ClrBit(P4OUT, CMDPWR);
#ifdef LOOP_REBOOT
change_state(WAIT_START_CMDPWR);
#endif