Cleanup junk characters, part 1 (#13282)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user