summaryrefslogtreecommitdiff
path: root/src/user/app/dvd/dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/dvd/dvd.c')
-rw-r--r--src/user/app/dvd/dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/dvd/dvd.c b/src/user/app/dvd/dvd.c
index f880782..70adc8b 100644
--- a/src/user/app/dvd/dvd.c
+++ b/src/user/app/dvd/dvd.c
@@ -36,7 +36,7 @@ int main(void) {
y += dy;
draw_rect(x, y, w, h, col++);
dirty_flush(&dirty, &fb);
- _syscall_sleep(1000 / 60);
+ _sys_sleep(1000 / 60);
}
return 1;