Skip to content

Commit 4335828

Browse files
authored
Update logging.md
1 parent db8d53d commit 4335828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/logging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ We also specified the start address of this output section: the `0` in `.log 0
200200
(INFO)`.
201201

202202
The other improvement we can do is switch from formatted I/O (`fmt::Write`) to
203-
binary I/O; that is, send the addresses to the host as bytes rather than as
204-
strings.
203+
binary I/O, sending the addresses to the host as bytes rather than as strings.
205204

206205
Binary serialization can be hard but we'll keep things super simple by
207206
serializing each address as a single byte. With this approach we don't have to

0 commit comments

Comments
 (0)