Skip to content

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 4a6751c commit 28460c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf24batch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1944,8 +1944,8 @@ int32_t nrf24batch_app(void* p) {
}
}

view_port_update(view_port);
furi_mutex_release(APP->plugin_state->mutex);
view_port_update(view_port);
}
nrf24_set_idle(nrf24_HANDLE);
nrf24_deinit();
Expand Down

0 comments on commit 28460c3

Please sign in to comment.