Skip to content

Commit 142e461

Browse files
authored
Update src/part2/serial-link.md
1 parent 34872d3 commit 142e461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/serial-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Sio's job is to manage serial transfers, so Sio's state simultaneously indicates
7474

7575
`EXPORT` makes the variables following it available in other source files.
7676
In general, there are better ways to do this -- it shouldn't be your first choice.
77-
The reason `EXPORT` is used in this lesson is to avoid adding (even more) fiddly bits to the project.
77+
`EXPORT` is used here for simplicity, so we can stay focused on the concept being taught.
7878

7979
:::
8080

0 commit comments

Comments
 (0)