diff --git a/src/main.cpp b/src/main.cpp index c313673e..536d56ca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -258,7 +258,8 @@ void setup() { Serial.println("!!! HEAP CORRUPTION DETECTED AT BOOT !!!"); setupDisplayAndFonts(); exitActivity(); - enterNewActivity(new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD)); + enterNewActivity( + new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD)); return; }