Skip to content

Commit 35877b4

Browse files
committed
remove deprecated
1 parent 2ecfcd8 commit 35877b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

application.fam

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ App(
1313
stack_size=2 * 1024,
1414
fap_author="gid9798 xMasterX",
1515
fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
16-
fap_version="1.4",
16+
fap_version="1.5",
1717
targets=["f7"],
1818
fap_description="Fuzzer for ibutton readers",
1919
fap_icon="icons/ibutt_10px.png",
@@ -43,7 +43,7 @@ App(
4343
stack_size=2 * 1024,
4444
fap_author="gid9798 xMasterX",
4545
fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
46-
fap_version="1.4",
46+
fap_version="1.5",
4747
targets=["f7"],
4848
fap_description="Fuzzer for lfrfid readers",
4949
fap_icon="icons/rfid_10px.png",

fuzzer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PacsFuzzerApp* fuzzer_app_alloc() {
6969
fuzzer_view_field_editor_get_view(app->field_editor_view));
7070

7171
app->scene_manager = scene_manager_alloc(&fuzzer_scene_handlers, app);
72-
view_dispatcher_enable_queue(app->view_dispatcher);
72+
7373

7474
view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
7575
view_dispatcher_set_custom_event_callback(

0 commit comments

Comments
 (0)