@@ -171,7 +171,7 @@ void button_handler(struct button* handle)
}
else if(handle->ticks > LONG_TICKS)
{
- handle->state = 5;
+ handle->state = 0;
break;