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
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ int main(void)
epic_disp_clear(0x0000);
if (strcmp(CARD10_VERSION, "v1.15") == 0 || 1) {
if (strcmp(CARD10_VERSION, "v1.15") == 0) {
gfx_copy_region(
&display_screen,
0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment