mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 16:35:21 +00:00
input/buttons: Remove the unused bu_enabled from btn_upperhalf_s
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
70d90340c7
commit
36909f5f6c
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ struct btn_upperhalf_s
|
|||
|
||||
FAR const struct btn_lowerhalf_s *bu_lower;
|
||||
|
||||
btn_buttonset_t bu_enabled; /* Set of currently enabled button interrupts */
|
||||
btn_buttonset_t bu_sample; /* Last sampled button states */
|
||||
sem_t bu_exclsem; /* Supports exclusive access to the device */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue