mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
input/djoystick: Remove the unused du_enabled from djoy_upperhalf_s
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -63,7 +63,6 @@ struct djoy_upperhalf_s
|
||||
|
||||
FAR const struct djoy_lowerhalf_s *du_lower;
|
||||
|
||||
djoy_buttonset_t du_enabled; /* Set of currently enabled button interrupts */
|
||||
djoy_buttonset_t du_sample; /* Last sampled button states */
|
||||
sem_t du_exclsem; /* Supports exclusive access to the device */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user