commit | 962424a873be580551800efcf1ce5178945b9eec | [log] [tgz] |
---|---|---|
author | Alexander Shirokov <shirokovalexs@gmail.com> | Thu Apr 27 12:12:07 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu May 04 09:57:43 2023 +0200 |
tree | 3501967529774ac00e2d3b14b0e122c1807dea1d | |
parent | f8816a8a9189250e4513d5cd15d1db657f9549a1 [diff] |
doc: mmc: drop 0x prefixes in read/write examples The patch drops 0x prefixes because all numbers are interpreted as HEX by default. Also, it fixes the mismatch between input arguments and output at 'mmc write' example. Now it's 256 (0x100) blocks. Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>