mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:13:52 +02:00
stlink: fix typo
This commit is contained in:
parent
5c9c8b4023
commit
a6d469a036
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
> Provides information about connected STLink and STM32 devices.
|
||||
|
||||
- Display about of program memory available:
|
||||
- Display amount of program memory available:
|
||||
|
||||
`st-info --flash`
|
||||
|
||||
- Display about of sram memory available:
|
||||
- Display amount of sram memory available:
|
||||
|
||||
`st-info --sram`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue