Skip to content

Commit

Permalink
Merge branch 'pr-858/yumkam/fix-st-flash-man-size' into develop
Browse files Browse the repository at this point in the history
[doc/trivial] Fix st-flash manpage read example (#858)
  • Loading branch information
Nightwalker-87 committed Feb 21, 2020
2 parents 751da60 + 1ec9173 commit fa35d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/man/st-flash.1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Read firmware from device (4096 bytes)
.IP
.nf
\f[C]
$ st\-flash read firmware.bin 0x8000000 4096
$ st\-flash read firmware.bin 0x8000000 0x1000
\f[R]
.fi
.PP
Expand Down
2 changes: 1 addition & 1 deletion doc/man/st-flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Flash `firmware.bin` to device

Read firmware from device (4096 bytes)

$ st-flash read firmware.bin 0x8000000 4096
$ st-flash read firmware.bin 0x8000000 0x1000

Erase firmware from device

Expand Down

0 comments on commit fa35d5b

Please sign in to comment.