Skip to content

Commit 22d707f

Browse files
committed
docs: tooling_troubleshooting: fix shell command formatting
Correct memfault test commands in troubleshooting documentation. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1 parent 44e1035 commit 22d707f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/common/tooling_troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ Screen capture from a coredump received in Memfault:
424424
Trigger test faults using shell commands:
425425
426426
```bash
427-
uart:~$ mflt_nrf test hardfault
428-
uart:~$ mflt_nrf test assert
429-
uart:~$ mflt_nrf test usagefault
427+
uart:~$ mflt test hardfault
428+
uart:~$ mflt test assert
429+
uart:~$ mflt test usagefault
430430
```
431431
432432
## Modem Tracing

0 commit comments

Comments
 (0)