diff --git a/HalloWing_Cat_Toy/code.py b/HalloWing_Cat_Toy/code.py index 8cae9f04..9a27582d 100644 --- a/HalloWing_Cat_Toy/code.py +++ b/HalloWing_Cat_Toy/code.py @@ -144,7 +144,6 @@ def enter_state(state): global current_state, timeout_time, update_time # print("Entering state {0}".format(state)) current_state = state - reset_timeout() if state == ARMED_STATE: timeout_time = 0