Cleanup junk characters, part 1 (#13282)
This commit is contained in:
parent
8db1be6420
commit
59c572eaf0
14 changed files with 112 additions and 112 deletions
|
@ -282,7 +282,7 @@ void test_slow_update(void) {
|
|||
if (++x >= oled_max_chars()) {
|
||||
x = 0;
|
||||
if (++y >= oled_max_lines()) {
|
||||
// The whole screen was filled - start the next phase.
|
||||
// The whole screen was filled - start the next phase.
|
||||
++phase;
|
||||
x = y = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue