Browse Source

Removed unused variable refill

feature/2015
alu 14 years ago
parent
commit
52cf05bb6f
  1. 2
      animations/ltn_ant.c

2
animations/ltn_ant.c

@ -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…
Cancel
Save