lvgl / lv_port_linux

LVGL configured to work with a standard Linux framebuffer
MIT License
208 stars 140 forks source link

Define missing prototype for custom_tick_get() #26

Closed kraj closed 1 year ago

kraj commented 1 year ago

Clang 15+ is strict about missing protoypes.

Fixes #25

Signed-off-by: Khem Raj raj.khem@gmail.com