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 b1a43b1 commit 97aa2a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wii_anal.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,11 @@ int32_t wii_ec_anal(void) {
break;
}

// *** Update the GUI screen via the viewport ***
view_port_update(vpp);

// *** Try to release the plugin state variables ***
furi_mutex_release(state->mutex);

// *** Update the GUI screen via the viewport ***
view_port_update(vpp);
} while(state->run);

// ===== Game Over =====
Expand Down

0 comments on commit 97aa2a5

Please sign in to comment.