fix(st7789.h): Add missing ; to st7789_update_cb
This commit is contained in:
parent
b6e1f91ed1
commit
2134cdcfb5
|
@ -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" */
|
||||
|
|
Loading…
Reference in a new issue