Skip to content

Commit a3c068f

Browse files
authored
Merge pull request #1344 from Bastian-Krause/bst/doc-matchedsysfsgpio-spelling
doc/configuration: fix spelling of MatchedSysfsGPIO class name
2 parents 3da8ec1 + 8e471bf commit a3c068f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,16 @@ Arguments:
542542
Used by:
543543
- `GpioDigitalOutputDriver`_
544544

545-
MatchedSysfsGpio
545+
MatchedSysfsGPIO
546546
++++++++++++++++
547-
A MatchedSysfsGpio resource describes a GPIO line, like a SysfsGPIO.
547+
A :any:`MatchedSysfsGPIO` describes a GPIO line, like a `SysfsGPIO`_.
548548
The gpiochip is identified by matching udev properties. This allows
549549
identification through hot-plugging or rebooting for controllers like
550550
USB based gpiochips.
551551

552552
.. code-block:: yaml
553553
554-
MatchedSysfsGpio:
554+
MatchedSysfsGPIO:
555555
match:
556556
'@SUBSYSTEM': 'usb'
557557
'@ID_SERIAL_SHORT': 'D38EJ8LF'

0 commit comments

Comments
 (0)