Merge pull request #44 from cpresser/remove-double-increment
Remove one of the duplicate i++ in the main-loop
This commit is contained in:
commit
21a424a2d4
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@ int main(void) {
|
|||
irq_setie(0);
|
||||
int i = 0;
|
||||
while (1) {
|
||||
i++;
|
||||
color_wheel(i++);
|
||||
msleep(80);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue