aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/FireBull-STM32F103-FB/board_SSD1289.h
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/FireBull-STM32F103-FB/board_SSD1289.h')
-rw-r--r--boards/base/FireBull-STM32F103-FB/board_SSD1289.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/FireBull-STM32F103-FB/board_SSD1289.h b/boards/base/FireBull-STM32F103-FB/board_SSD1289.h
index 98e323de..15170acc 100644
--- a/boards/base/FireBull-STM32F103-FB/board_SSD1289.h
+++ b/boards/base/FireBull-STM32F103-FB/board_SSD1289.h
@@ -48,7 +48,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;
(void) state;