Remove one of the duplicate i++ in the main-loop
This commit is contained in:
parent
05c09bedc1
commit
a51507e75a
1 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ int main(void) {
|
||||||
irq_setie(0);
|
irq_setie(0);
|
||||||
int i = 0;
|
int i = 0;
|
||||||
while (1) {
|
while (1) {
|
||||||
i++;
|
|
||||||
color_wheel(i++);
|
color_wheel(i++);
|
||||||
msleep(80);
|
msleep(80);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue