kopia lustrzana https://github.com/OpenRTX/OpenRTX
Fixed Initial GUI rendering with an empty state
rodzic
c653535e68
commit
f5a70b3e43
|
@ -62,11 +62,12 @@ void *ui_task(void *arg)
|
||||||
rtxStatus_t rtx_cfg;
|
rtxStatus_t rtx_cfg;
|
||||||
|
|
||||||
// Get initial state local copy
|
// Get initial state local copy
|
||||||
// OSMutexPend(&state_mutex, 0u, OS_OPT_PEND_BLOCKING, 0u, &os_err);
|
pthread_mutex_lock(&state_mutex);
|
||||||
// OSMutexPost(&state_mutex, OS_OPT_POST_NONE, &os_err);
|
ui_saveState();
|
||||||
|
pthread_mutex_unlock(&state_mutex);
|
||||||
|
|
||||||
// Initial GUI draw
|
// Initial GUI draw
|
||||||
ui_updateGUI(last_state);
|
ui_updateGUI();
|
||||||
gfx_render();
|
gfx_render();
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
|
|
Ładowanie…
Reference in New Issue