Skip to content

Commit 6627808

Browse files
committed
Simplify Classic Controller debugPrint output
Using the pipe separator to match the formatting of the other data.
1 parent 5a6e9c7 commit 6627808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/ClassicController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ void ClassicController_Shared::printDebug(Print& output) const {
334334
zlButtonPrint, zrButtonPrint);
335335

336336
output.print(buffer);
337-
if (getHighRes()) output.print(" (High Res)");
337+
if (getHighRes()) output.print(" | (HR)");
338338

339339
output.println();
340340
}

0 commit comments

Comments
 (0)