mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
format
This commit is contained in:
parent
aa6fa04bba
commit
a77558e50b
@ -258,7 +258,8 @@ void setup() {
|
|||||||
Serial.println("!!! HEAP CORRUPTION DETECTED AT BOOT !!!");
|
Serial.println("!!! HEAP CORRUPTION DETECTED AT BOOT !!!");
|
||||||
setupDisplayAndFonts();
|
setupDisplayAndFonts();
|
||||||
exitActivity();
|
exitActivity();
|
||||||
enterNewActivity(new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD));
|
enterNewActivity(
|
||||||
|
new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user