Fix text alignment
This commit is contained in:
parent
979bdbc70e
commit
d7a04603ae
|
@ -49,7 +49,7 @@ int checkboard(void)
|
||||||
ulong busfreq = get_bus_freq(0);
|
ulong busfreq = get_bus_freq(0);
|
||||||
char buf[32];
|
char buf[32];
|
||||||
|
|
||||||
printf("CPC45 ");
|
puts ("CPC45 ");
|
||||||
/*
|
/*
|
||||||
printf("Revision %d ", revision);
|
printf("Revision %d ", revision);
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue