Procházet zdrojové kódy

Yank deprecated `view_dispatcher_enable_queue` (#242)

porta před 1 rokem
rodič
revize
c2f627a68c
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 1
      application.fam
  2. 0 1
      gui/dap_gui.c

+ 1 - 1
application.fam

@@ -9,7 +9,7 @@ App(
     ],
     stack_size=4 * 1024,
     fap_description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
-    fap_version="1.2",
+    fap_version="1.3",
     fap_icon="dap_link.png",
     fap_category="GPIO",
     fap_private_libs=[

+ 0 - 1
gui/dap_gui.c

@@ -26,7 +26,6 @@ DapGuiApp* dap_gui_alloc() {
     app->gui = furi_record_open(RECORD_GUI);
     app->view_dispatcher = view_dispatcher_alloc();
     app->scene_manager = scene_manager_alloc(&dap_scene_handlers, app);
-    view_dispatcher_enable_queue(app->view_dispatcher);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
 
     view_dispatcher_set_custom_event_callback(app->view_dispatcher, dap_gui_custom_event_callback);