Skip to content

Commit a8cd0a3

Browse files
asmellbykartben
authored andcommitted
include: zephyr: dt-bindings: gpio: Fix flags mask
Since 45a3d31, the GPIO_INT_WAKEUP flag has been available in the binding header. Update the mask to include it. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 90e5b7d commit a8cd0a3

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/dt-bindings/gpio

1 file changed

+1
-1
lines changed

include/zephyr/dt-bindings/gpio/gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
/** Mask for DT GPIO flags. */
16-
#define GPIO_DT_FLAGS_MASK 0x3F
16+
#define GPIO_DT_FLAGS_MASK 0x7F
1717

1818
/**
1919
* @name GPIO pin active level flags

0 commit comments

Comments
 (0)