Skip to content
Snippets Groups Projects
Commit 1bc9cecb authored by ch3's avatar ch3
Browse files

fix(splashscreen): Adapt coding style

parent 373f8567
No related branches found
No related tags found
No related merge requests found
Pipeline #2736 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.
Please register or to comment