Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
f17417e1
Commit
f17417e1
authored
Feb 02, 2020
by
schneider
Browse files
fix up main.c splash screen check
parent
99e21cbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
f17417e1
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment