mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08: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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user