Skip to content

Commit beb4e6a

Browse files
samples: drivers: ht16k33: update to use new GPIO API
Update the HT16K33 driver sample application to use the new GPIO flags. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent b028965 commit beb4e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/drivers/ht16k33/nrf52840_pca10056.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
reg = <0x70>;
1313
label = "HT16K33";
1414
/* Uncomment to use IRQ instead of polling: */
15-
/* irq-gpios = <&gpio1 8 (GPIO_PUD_PULL_UP | GPIO_INT_ACTIVE_LOW)>; */
15+
/* irq-gpios = <&gpio1 8 (GPIO_PUD_PULL_UP | GPIO_ACTIVE_LOW)>; */
1616
#address-cells = <1>;
1717
#size-cells = <0>;
1818

0 commit comments

Comments
 (0)