Skip to content

Commit

Permalink
drivers: input: Fix #ifdef condition ft5336 driver
Browse files Browse the repository at this point in the history
Fixed missprint in #ifdef condition.

Signed-off-by: Dmytro Semenets <[email protected]>
Reviewed-by: Oleksii Moisieiev <[email protected]>
Acked-by: Volodymyr Babchuk <[email protected]>
Acked-by: Dmytro Firsov <[email protected]>
  • Loading branch information
dsemenets committed Mar 28, 2024
1 parent 8d17e9d commit f2f90e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/input_ft5336.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct ft5336_config {
struct gpio_dt_spec reset_gpio;
int tag;
#ifdef CONFIG_INPUT_FT5336_INTERRUPT
#ifdef CONFIG_FT5335_GPIO_INTERRUPT
#ifdef CONFIG_INPUT_FT5335_GPIO_INTERRUPT
/** Interrupt GPIO information. */
struct gpio_dt_spec int_gpio;
#else
Expand Down

0 comments on commit f2f90e9

Please sign in to comment.