aboutsummaryrefslogtreecommitdiffstats
path: root/boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h
diff options
context:
space:
mode:
Diffstat (limited to 'boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h')
-rw-r--r--boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h b/boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h
index 51090f5d..afe5a887 100644
--- a/boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h
+++ b/boards/addons/gdisp/board_ILI9325_hy_stm32_100p.h
@@ -68,7 +68,7 @@ static GFXINLINE void post_init_board(GDisplay *g) {
(void) g;
}
-static GFXINLINE void setpin_reset(GDisplay *g, bool_t state) {
+static GFXINLINE void setpin_reset(GDisplay *g, gBool state) {
(void) g;
if(state)
palClearPad(GPIOE, GPIOE_TFT_RST);