We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34872d3 commit 142e461Copy full SHA for 142e461
1 file changed
src/part2/serial-link.md
@@ -74,7 +74,7 @@ Sio's job is to manage serial transfers, so Sio's state simultaneously indicates
74
75
`EXPORT` makes the variables following it available in other source files.
76
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.
+`EXPORT` is used here for simplicity, so we can stay focused on the concept being taught.
78
79
:::
80
0 commit comments