소스 검색

comment for - release

real reason is dsp patch backporting
philippe44 5 년 전
부모
커밋
5e5a8241f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/squeezelite/display.c

+ 1 - 0
components/squeezelite/display.c

@@ -276,6 +276,7 @@ static bool display_bus_handler(void *from, enum display_bus_cmd_e cmd) {
 	
 	xSemaphoreGive(displayer.mutex);
 	
+	// chain to rest of "bus"
 	if (display_bus_chain) return (*display_bus_chain)(from, cmd);
 	else return true;
 }