Philippe G 4 лет назад
Родитель
Сommit
0db1ac38e4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/services/buttons.c

+ 1 - 1
components/services/buttons.c

@@ -303,7 +303,7 @@ void *button_remap(void *client, int gpio, button_handler handler, int long_pres
 		}	
 	}	
 	
-	// huh
+	// don't know what we are doing here
 	if (!button) return NULL;	
 	
 	prev_client = button->client;