Skip to content

Commit 308378d

Browse files
Add missing comma to runner setup example
Co-authored-by: Jonathan Pallant <[email protected]>
1 parent aaffeea commit 308378d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/custom-log-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This option can be passed to the printer in `.cargo/config.toml`, but due to lim
175175

176176
runner = [
177177
"probe-rs",
178-
"run"
178+
"run",
179179
"--chip",
180180
"nRF52840_xxAA",
181181
"--log-format",

0 commit comments

Comments
 (0)