mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-07 05:12:20 +00:00
added link in summary, removed error
This commit is contained in:
parent
164cec44a7
commit
baf54c4b13
2 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@
|
|||
- [`dongle-flash` is not working](./troubleshoot-dongle-flash.md)
|
||||
- [Dongle USB functionality is not working](./troubleshoot-usb-dongle.md)
|
||||
- [`cargo run` errors](./troubleshoot-cargo-run-error.md)
|
||||
- [`no probe was found` error](./troubleshoot-probe-not-found.md)
|
||||
- [DEPRECATED - `nrfutil` setup](DEPRECATED-nrfutil-setup.md)
|
||||
- [Appendix](./appendix.md)
|
||||
- [Using GDB](./gdb.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# `Error: no probe was found` error
|
||||
# `no probe was found` error
|
||||
|
||||
You may encounter this error:
|
||||
``` console
|
||||
|
|
Loading…
Reference in a new issue