Meco Man 2 lat temu
rodzic
commit
80b2b48cde
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      multi_button.c

+ 0 - 1
multi_button.c

@@ -117,7 +117,6 @@ static void button_handler(struct button* handle)
             EVENT_CB(PRESS_UP);
             handle->ticks = 0;
             handle->state = 2;
-
         }
         else if(handle->ticks > LONG_TICKS)
         {