1
0
Fork 0
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:
Martin Hartmann 2021-04-08 13:31:47 +02:00
parent a00d44304c
commit d180544000

View file

@ -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);
}