mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Documentation/nucleo-h753zi: Fix typo in test log
Fix typo in string written to SD card; its "This", not "Thos". Signed-off-by: Peter Barada <peter.barada@gmail.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
fc2f6c9fc5
commit
1840cbe63d
@@ -232,7 +232,7 @@ Some highlights:
|
||||
nsh> cat /mnet/lfs/afile
|
||||
nsh: cat: open failed: 2
|
||||
nsh> mount -t vfat /dev/sda /mnt/sda
|
||||
nsh> echo "Thos will stay on the USB drive" > /mnt/sda/afile
|
||||
nsh> echo "This will stay on the USB drive" > /mnt/sda/afile
|
||||
nsh> ls /mnt/sda
|
||||
/mnt/sda:
|
||||
GARMIN/
|
||||
@@ -253,7 +253,7 @@ Some highlights:
|
||||
nsh> cat /mnt/sda/afail
|
||||
nsh: cat: open failed: 2
|
||||
nsh> cat /mnt/sda/afile
|
||||
Thos will stay on the USB drive
|
||||
This will stay on the USB drive
|
||||
nsh> buttons
|
||||
buttons_main: Starting the button_daemon
|
||||
buttons_main: button_daemon started
|
||||
|
||||
Reference in New Issue
Block a user