This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7df663bff8671922b468fd336396e3a2c95ebb52 Author: Lucas Saavedra Vaz <[email protected]> AuthorDate: Tue Jan 24 00:15:50 2023 -0300 docs/boards/esp32s2-saola-1: Fix watchdog example --- .../platforms/xtensa/esp32s2/boards/esp32s2-saola-1/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/xtensa/esp32s2/boards/esp32s2-saola-1/index.rst b/Documentation/platforms/xtensa/esp32s2/boards/esp32s2-saola-1/index.rst index c92e693894..656cba23f7 100644 --- a/Documentation/platforms/xtensa/esp32s2/boards/esp32s2-saola-1/index.rst +++ b/Documentation/platforms/xtensa/esp32s2/boards/esp32s2-saola-1/index.rst @@ -232,6 +232,6 @@ example. To test it, just run the following:: - nsh> wdog -d /dev/watchdogx + nsh> wdog -i /dev/watchdogx -Where x in the watchdog instance. +Where x is the watchdog instance.
