comment for - release

real reason is dsp patch backporting
This commit is contained in:
philippe44
2020-02-20 08:47:32 -08:00
parent a1d1e3b148
commit 5e5a8241f3

View File

@@ -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;
}