summaryrefslogtreecommitdiff
path: root/modules/rst/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rst/video.c')
-rw-r--r--modules/rst/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rst/video.c b/modules/rst/video.c
index adf2495..139c9f7 100644
--- a/modules/rst/video.c
+++ b/modules/rst/video.c
@@ -62,7 +62,7 @@ static void *video_thread(void *arg)
while (st->run) {
- (void)usleep(4000);
+ sys_msleep(4);
now = tmr_jiffies();