1
0
Fork 0
forked from len0rd/rockbox

Added #include <thread.h>

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@939 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-10 13:31:12 +00:00
parent f40a826000
commit a45675aaa2

View file

@ -20,6 +20,7 @@
#include "config.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include <string.h>
#include <stdlib.h>
@ -816,7 +817,6 @@ static void scroll_thread(void)
scroll_count++;
else {
lcd_puts(s->xpos,s->starty,s->text + s->offset);
debugf("puts(%2d,%s)\n",s->xpos,s->text+s->offset);
if ( s->textlen - s->offset < s->space )
lcd_puts(s->startx + s->textlen - s->offset, s->starty," ");
lcd_update();