Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpio: gpio_intel_apl: fix if condition leading to dead code
GPIO_INT_ACTIVE_LOW is 0 which means it cannot be simply AND-ed. So fix the condition. Fixes zephyrproject-rtos#13880 Signed-off-by: Daniel Leung <[email protected]>
- Loading branch information