Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
fixing some big bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 11, 2023
1 parent eccdb6a commit 5903058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ App(
order=20,
fap_author="@besya & (Fixes by @Willy-JL)",
fap_weburl="https://github.com/besya/flipperzero-tuning-fork",
fap_version="1.0",
fap_version="1.1",
fap_description="Tuning fork for tuning musical instruments",
)
2 changes: 1 addition & 1 deletion tuning_fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ int32_t tuning_fork_app() {
}
}

view_port_update(view_port);
furi_mutex_release(tuning_fork_state->mutex);
view_port_update(view_port);
}

view_port_enabled_set(view_port, false);
Expand Down

0 comments on commit 5903058

Please sign in to comment.