mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
comment for - release
real reason is dsp patch backporting
This commit is contained in:
@@ -276,6 +276,7 @@ static bool display_bus_handler(void *from, enum display_bus_cmd_e cmd) {
|
|||||||
|
|
||||||
xSemaphoreGive(displayer.mutex);
|
xSemaphoreGive(displayer.mutex);
|
||||||
|
|
||||||
|
// chain to rest of "bus"
|
||||||
if (display_bus_chain) return (*display_bus_chain)(from, cmd);
|
if (display_bus_chain) return (*display_bus_chain)(from, cmd);
|
||||||
else return true;
|
else return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user