Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Fix instruction for Fedora 27 or newer
- Fixes rust-embedded#249 - Fedora has no packaged named "`arm-none-eabi-gdb`" - In the **Rust Embedded Discovery** book, it is noted to use `gdb` instead of `arm-none-eabi-gdb` as pointed out in rust-embedded/discovery#364 that `gdb` on Fedora justworks(tm). This was fixed for _Discovery_ book via rust-embedded/discovery#376 - Likewise, as mentioned per my comment in rust-embedded#249, on Fedora 37, `gdb` justworks(tm) as well.
- Loading branch information