Skip to content

Commit

Permalink
Merge pull request #359 from Chloe-Woahie/master
Browse files Browse the repository at this point in the history
Fix a small typo in qemu.md
  • Loading branch information
eldruin authored Aug 11, 2023
2 parents 1e5556d + d1a58fc commit 99ad284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Let's break down that QEMU command:
program compiled for the Cortex-M4F, which has a hardware FPU, will make QEMU
error during its execution.

- `-machine lm3s6965evb`. This tells QEMU to emulate the LM3S6965EVB, a
- `-machine lm3s6965evb`. This tells QEMU to emulate the LM3S6965EVB, an
evaluation board that contains a LM3S6965 microcontroller.

- `-nographic`. This tells QEMU to not launch its GUI.
Expand Down

0 comments on commit 99ad284

Please sign in to comment.