diff options
| -rw-r--r-- | drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h b/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h index bcc36308..f8381b65 100644 --- a/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h +++ b/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h @@ -18,7 +18,7 @@  #define _GINPUT_LLD_MOUSE_BOARD_H  /* I2C interface #2 - Touchscreen controller */ -static const I2CConfig i2cfg2 = { +static const I2CConfig i2ccfg2 = {      OPMODE_I2C,      400000,      FAST_DUTY_CYCLE_2,  | 
