Skip to content

Commit 42b08d8

Browse files
Changed default value
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent 1827d71 commit 42b08d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kura/org.eclipse.kura.linux.gpio.libgpiod/src/main/java/org/eclipse/kura/linux/gpio/libgpiod1

kura/org.eclipse.kura.linux.gpio.libgpiod/src/main/java/org/eclipse/kura/linux/gpio/libgpiod1/LibGpiodV1Pin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private void reservePin() throws KuraGPIODeviceException {
259259
config.request_type = calculateRequestType();
260260
config.flags = calculateFlags();
261261
result = LibGpiodV1NativeWrapper.getInstance().gpiod_line_request(this.line,
262-
config, LibGpiodV1Native.GPIOD_LINE_ACTIVE_STATE_LOW);
262+
config, 0);
263263

264264
if (result < 0) {
265265
throw new KuraGPIODeviceException("Failed to reserve GPIO line");

0 commit comments

Comments
 (0)