Skip to content

Commit bee565c

Browse files
authored
Merge pull request #1646 from threexc/tgamblin/gpio_driver_binding
gpiodriver: allow GpioDigitalOutputDriver match against MatchedSysfsGPIO
2 parents cd7f1fb + d98e07e commit bee565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labgrid/driver/gpiodriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class GpioDigitalOutputDriver(Driver, DigitalOutputProtocol):
1515

1616
bindings = {
17-
"gpio": {"SysfsGPIO", "NetworkSysfsGPIO"},
17+
"gpio": {"SysfsGPIO", "MatchedSysfsGPIO", "NetworkSysfsGPIO"},
1818
}
1919

2020
def __attrs_post_init__(self):

0 commit comments

Comments
 (0)