Skip to content

Commit 28460c3

Browse files
committed
fixing some big bugs
1 parent 4a6751c commit 28460c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf24batch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1944,8 +1944,8 @@ int32_t nrf24batch_app(void* p) {
19441944
}
19451945
}
19461946

1947-
view_port_update(view_port);
19481947
furi_mutex_release(APP->plugin_state->mutex);
1948+
view_port_update(view_port);
19491949
}
19501950
nrf24_set_idle(nrf24_HANDLE);
19511951
nrf24_deinit();

0 commit comments

Comments
 (0)