diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 318b1bd..db9d74f 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -2115,5 +2115,8 @@ void nyx_load_and_run() } while (true) + { lv_task_handler(); + bpmp_usleep(HALT_COP_MAX_CNT); + } }