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 1725e21 commit 48bc91aCopy full SHA for 48bc91a
docs/semihosting.rst
@@ -53,4 +53,4 @@ a debug dump is all that's needed:
53
File f = SemiFS.open("debug.dmp", "w");
54
f.write(buffer, size);
55
f.close();
56
- SerialSemi.printf("Debug dump nopw available on host.\n");
+ SerialSemi.printf("Debug dump now available on host.\n");
0 commit comments