Skip to content
Snippets Groups Projects
Commit 3a6507e3 authored by ch3's avatar ch3 Committed by schneider
Browse files

fix(splashscreen): Adapt coding style

parent 00108bca
No related branches found
No related tags found
1 merge request!156Ch3/splashscreen
Pipeline #2749 passed
......@@ -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);
......
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