lvgl / lv_port_linux

LVGL configured to work with a standard Linux framebuffer
MIT License
260 stars 160 forks source link

Define missing prototype for custom_tick_get() #26

Closed kraj closed 2 years ago

kraj commented 2 years ago

Clang 15+ is strict about missing protoypes.

Fixes #25

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