aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h')
-rw-r--r--drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h b/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h
index fb3a8b52..45331b25 100644
--- a/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h
+++ b/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h
@@ -25,12 +25,12 @@
// It requires the active area of the touch panel to exactly match the display size.
#define GMOUSE_FT5336_SELF_CALIBRATE GFXOFF
-static bool_t init_board(GMouse* m, unsigned instance)
+static gBool init_board(GMouse* m, unsigned instance)
{
(void)m;
(void)instance;
- return TRUE;
+ return gTrue;
}
static void write_reg(GMouse* m, uint8_t reg, uint8_t val)