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
Jannis Rieger
firmware
Commits
3a6507e3
Commit
3a6507e3
authored
Aug 21, 2019
by
ch3
Committed by
schneider
Aug 21, 2019
Browse files
fix(splashscreen): Adapt coding style
parent
00108bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
3a6507e3
...
...
@@ -19,8 +19,8 @@ int main(void)
hardware_early_init
();
char
*
version_buf
=
CARD10_VERSION
;
epic_disp_print
(
0
,
5
,
"epicardium:"
,
0xffff
,
0x0000
);
epic_disp_print
(
0
,
24
,
version_buf
,
0xffff
,
0x0000
);
epic_disp_print
(
0
,
5
,
"epicardium:"
,
0xffff
,
0x0000
);
epic_disp_print
(
0
,
24
,
version_buf
,
0xffff
,
0x0000
);
epic_disp_update
();
mxc_delay
(
2000000
);
...
...
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