Explorar el Código

fixing some big bugs

MX hace 2 años
padre
commit
28460c3743
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nrf24batch.c

+ 1 - 1
nrf24batch.c

@@ -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();