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);
|
||||
if(getInputRaw())
|
||||
return;
|
||||
delayms_queue(10);
|
||||
delayms_queue_plus(10,0);
|
||||
calc_area();
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue