use new queue stuff to run smoother

This commit is contained in:
Stefan `Sec` Zehl 2011-08-04 20:24:45 +02:00
parent d67e7debcb
commit c8310c23d5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void ram(void) {
lcdShift(1,-2,1);
if(getInputRaw())
return;
delayms_queue(10);
delayms_queue_plus(10,0);
calc_area();
}
return;