mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Random cleanup of remains from past times
This commit is contained in:
@@ -67,7 +67,7 @@ void view_dispatcher_enable_queue(ViewDispatcher* view_dispatcher) {
|
||||
view_dispatcher_run_input_callback,
|
||||
view_dispatcher);
|
||||
|
||||
view_dispatcher->ascii_queue = furi_message_queue_alloc(8, sizeof(AsciiEvent));
|
||||
view_dispatcher->ascii_queue = furi_message_queue_alloc(16, sizeof(AsciiEvent));
|
||||
furi_event_loop_message_queue_subscribe(
|
||||
view_dispatcher->event_loop,
|
||||
view_dispatcher->ascii_queue,
|
||||
|
||||
Reference in New Issue
Block a user