1
0
Fork 0

Cleanup junk characters, part 1 (#13282)

This commit is contained in:
Ryan 2021-06-21 20:29:15 +10:00 committed by GitHub
parent 8db1be6420
commit 59c572eaf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 112 additions and 112 deletions

View file

@ -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;
}