From 11ed9199c11afab149d7bebdfc2a6194caab46d8 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Thu, 19 Aug 2021 22:57:16 +0200 Subject: [PATCH] Documentation/esp32-wrover-kit: update the name of the GPIO interrupt device. Signed-off-by: Abdelatif Guettouche --- .../platforms/xtensa/esp32/boards/esp32-wrover-kit/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/platforms/xtensa/esp32/boards/esp32-wrover-kit/index.rst b/Documentation/platforms/xtensa/esp32/boards/esp32-wrover-kit/index.rst index c072a9c35a..1f1fca8b6d 100644 --- a/Documentation/platforms/xtensa/esp32/boards/esp32-wrover-kit/index.rst +++ b/Documentation/platforms/xtensa/esp32/boards/esp32-wrover-kit/index.rst @@ -107,7 +107,7 @@ At the nsh, we can turn LEDs on and off with the following:: We can use the interrupt pin to send a signal when the interrupt fires:: - nsh> gpio -w 14 /dev/gpint3 + nsh> gpio -w 14 /dev/gpint0 The pin is configured to as a rising edge interrupt, so after issuing the above command, connect it to 3.3V.