lv_hal_indev: remove unnamed stuct and union

This commit is contained in:
Gabor Kiss-Vamosi
2019-02-26 19:46:37 +01:00
parent cc3ef640da
commit e85e4a8eb9
4 changed files with 135 additions and 135 deletions

View File

@@ -100,12 +100,12 @@ typedef struct _lv_indev_proc_t {
uint8_t drag_range_out :1;
uint8_t drag_in_prog :1;
uint8_t wait_unil_release :1;
};
}pointer;
struct { /*Keypad data*/
lv_indev_state_t last_state;
uint32_t last_key;
};
};
}keypad;
}types;
uint32_t pr_timestamp; /*Pressed time stamp*/
uint32_t longpr_rep_timestamp; /*Long press repeat time stamp*/