mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
New line before showing stack size
This commit is contained in:
parent
a00d44304c
commit
d180544000
1 changed files with 1 additions and 0 deletions
|
@ -1828,6 +1828,7 @@ viderr:
|
|||
uart_puts(" * Entry point ");
|
||||
uart_hex(entrypoint,8);
|
||||
if(initstack != 1024) {
|
||||
uart_putc('\n');
|
||||
uart_puts(" * Stack Size ");
|
||||
uart_hex(initstack,8);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue