This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1840cbe63d8024cbb0bbea19ff54e3cff81b5ad8 Author: Peter Barada <[email protected]> AuthorDate: Wed May 20 11:43:10 2026 -0400 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 <[email protected]> --- Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst b/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst index 55dbd664c43..83fbd9a54cd 100644 --- a/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst +++ b/Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst @@ -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
