Explorar el Código

同步上游 https://github.com/0x1abin/MultiButton/pull/19

Meco Man hace 4 años
padre
commit
0fbf749288
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      multi_button.c
  2. BIN
      states.png

+ 1 - 0
multi_button.c

@@ -236,6 +236,7 @@ void button_stop(struct button* handle)
         if (entry == handle)
         {
             *curr = entry->next;
+            return;
         }
         else
         {

BIN
states.png