fix formatting

This commit is contained in:
Markus Fröschle
2017-04-20 19:53:16 +00:00
parent f36eaa542a
commit 128e9576c2
2 changed files with 9 additions and 14 deletions

View File

@@ -227,10 +227,10 @@ void videl_screen_init(void)
/* TODO: VEC_HBL = int_hbl; */
/* TODO: VEC_VBL = int_vbl; */
/*
* first, see what we're connected to, and set the
* resolution / video mode appropriately
*/
/*
* first, see what we're connected to, and set the
* resolution / video mode appropriately
*/
monitor_type = MON_COLOR;
xprintf("monitor_type = %d\r\n", monitor_type);