Philippe G 4 年之前
父节点
当前提交
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;