Update display.cpp

This commit is contained in:
Peter Buchegger 2022-05-10 22:53:04 +02:00 committed by GitHub
parent d523e01c92
commit 296f89bd46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ void setup_display() {
display.display(); display.display();
} }
// cppcheck-suppress unusedFunction
void display_toggle(bool toggle) { void display_toggle(bool toggle) {
logPrintI("Toggling display: "); logPrintI("Toggling display: ");
if (toggle) { if (toggle) {