use new queue stuff to run smoother
This commit is contained in:
parent
d67e7debcb
commit
c8310c23d5
|
@ -67,7 +67,7 @@ void ram(void) {
|
||||||
lcdShift(1,-2,1);
|
lcdShift(1,-2,1);
|
||||||
if(getInputRaw())
|
if(getInputRaw())
|
||||||
return;
|
return;
|
||||||
delayms_queue(10);
|
delayms_queue_plus(10,0);
|
||||||
calc_area();
|
calc_area();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue