mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
arch/sim: add fb poll notify support
This commit is contained in:
@@ -343,6 +343,7 @@ static void sim_updatework(void *arg)
|
||||
{
|
||||
work_queue(LPWORK, &g_updatework, sim_updatework, NULL, MSEC2TICK(33));
|
||||
sim_x11update();
|
||||
fb_pollnotify(&g_fbobject);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user