From 454570532e5cad804d7c22b47e263df0034040e2 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz Date: Fri, 20 Jan 2023 11:04:40 -0300 Subject: [PATCH] docs/boards/esp32-devkitc: Fix watchdog example --- .../platforms/xtensa/esp32/boards/esp32-devkitc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst index af44bb3413..d790c3bb70 100644 --- a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst +++ b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst @@ -548,9 +548,9 @@ 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. wifinsh -------