Added some linefeeds to clean up console output.

This commit is contained in:
Oliver Schmidt 2015-04-13 22:38:55 +02:00
parent c1df88daa1
commit 90dacb979e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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