diff --git a/lvgl_tft/st7789.h b/lvgl_tft/st7789.h index d48da96..86576e4 100644 --- a/lvgl_tft/st7789.h +++ b/lvgl_tft/st7789.h @@ -128,7 +128,7 @@ void st7789_enable_backlight(lv_disp_drv_t *drv, bool backlight); * * @param drv Pointer to lv_disp_drv_t being used */ -void st7789_update_cb(lv_disp_drv_t *drv) +void st7789_update_cb(lv_disp_drv_t *drv); #ifdef __cplusplus } /* extern "C" */