Skip to content

Commit d449701

Browse files
authored
st-flash: adjust formatting (#18521)
1 parent 2b7f511 commit d449701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/common/st-flash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
66
- Read 4096 bytes from the device starting from 0x8000000:
77

8-
`st-flash read {{firmware}}.bin {{0x8000000}} {{4096}}`
8+
`st-flash read {{firmware}}.bin 0x8000000 4096`
99

1010
- Write firmware to device starting from 0x8000000:
1111

12-
`st-flash write {{firmware}}.bin {{0x8000000}}`
12+
`st-flash write {{firmware}}.bin 0x8000000`
1313

1414
- Erase firmware from device:
1515

0 commit comments

Comments
 (0)