aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h')
-rw-r--r--drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h b/drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h
index a3658680..20e47b5e 100644
--- a/drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h
+++ b/drivers/gdisp/STM32LTDC/board_STM32LTDC_template.h
@@ -69,7 +69,7 @@ static GFXINLINE void post_init_board(GDisplay* g)
(void)g;
}
-static GFXINLINE void set_backlight(GDisplay* g, uint8_t percent)
+static GFXINLINE void set_backlight(GDisplay* g, gU8 percent)
{
// This is function may be called with the display for either the foreground
// or the background layer.