Skip to content

Commit 48bc91a

Browse files
Update semihosting.rst typo
1 parent 1725e21 commit 48bc91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/semihosting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ a debug dump is all that's needed:
5353
File f = SemiFS.open("debug.dmp", "w");
5454
f.write(buffer, size);
5555
f.close();
56-
SerialSemi.printf("Debug dump nopw available on host.\n");
56+
SerialSemi.printf("Debug dump now available on host.\n");

0 commit comments

Comments
 (0)