Skip to content
Snippets Groups Projects
Commit f17417e1 authored by schneider's avatar schneider
Browse files

fix up main.c splash screen check

parent 99e21cbb
Branches
Tags v1.15
No related merge requests found
...@@ -47,7 +47,7 @@ int main(void) ...@@ -47,7 +47,7 @@ int main(void)
epic_disp_clear(0x0000); epic_disp_clear(0x0000);
if (strcmp(CARD10_VERSION, "v1.15") == 0 || 1) { if (strcmp(CARD10_VERSION, "v1.15") == 0) {
gfx_copy_region( gfx_copy_region(
&display_screen, &display_screen,
0, 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment