Removed unused variable refill
This commit is contained in:
parent
7ae8d85b99
commit
52cf05bb6f
|
@ -34,7 +34,7 @@ void ltn_ant() {
|
|||
char ox, oy; /* Used to set old pixels so brightness 2 */
|
||||
} ant;
|
||||
|
||||
char temp, i = 0, refill = 0;
|
||||
char temp, i = 0;
|
||||
uint16_t cycles = 500;
|
||||
|
||||
/* Random startposition and direction */
|
||||
|
|
Loading…
Reference in New Issue