Skip to content

Commit 97e6966

Browse files
authored
Update gpio.rst: typo in function name 'attachInterrupt' (espressif#8336)
1 parent 959a57f commit 97e6966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/gpio.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The GPIO peripheral on the ESP32 supports interruptions.
8787
attachInterrupt
8888
***************
8989

90-
The function ``attachInterruptArg`` is used to attach the interrupt to the defined pin.
90+
The function ``attachInterrupt`` is used to attach the interrupt to the defined pin.
9191

9292
.. code-block:: arduino
9393

0 commit comments

Comments
 (0)