Added some linefeeds to clean up console output.

This commit is contained in:
Oliver Schmidt 2015-04-13 22:38:55 +02:00
parent 56dbac78ef
commit 8a903a5cdf
2 changed files with 3 additions and 3 deletions

View File

@ -379,7 +379,7 @@ dhcp_msg:
.byte "DHCP",0 .byte "DHCP",0
init_msg: init_msg:
.byte " Initializing ",0 .byte 10,"Initializing ",0
failed_msg: failed_msg:
.byte "failed",0 .byte "failed",0

View File

@ -55,9 +55,9 @@ httpd_callback:
.rodata .rodata
initializing: initializing:
.byte "INITIALIZING ",0 .byte 13,"INITIALIZING ",0
listening: listening:
.byte "LISTENING",0 .byte "LISTENING",13,0
said: said:
.byte ":",0 .byte ":",0
html: html: