Skip to content

Commit

Permalink
Update semihosting.rst typo
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Dec 5, 2024
1 parent 1725e21 commit 48bc91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/semihosting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ a debug dump is all that's needed:
File f = SemiFS.open("debug.dmp", "w");
f.write(buffer, size);
f.close();
SerialSemi.printf("Debug dump nopw available on host.\n");
SerialSemi.printf("Debug dump now available on host.\n");

0 comments on commit 48bc91a

Please sign in to comment.