1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
This commit is contained in:
Adam Martini 2020-06-20 12:18:53 -07:00
parent f3773694bc
commit fa8deb524d

View File

@ -304,7 +304,7 @@ static inline lv_btn_state_t lv_rotary_get_state(const lv_obj_t * rotary) {
* @param rotary pointer to a rotary object
* @return true: toggle enabled, false: disabled
*/
bool lv_rotary_get_checkable(const lv_obj_t * rotary)
bool lv_rotary_get_checkable(const lv_obj_t * rotary);
/**********************
* MACROS