This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 70d90340c7bda300a46c8c52697617f63d5439ed Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Sun Feb 27 15:57:05 2022 +0800 input/djoystick: Remove the unused du_enabled from djoy_upperhalf_s Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- drivers/input/djoystick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/djoystick.c b/drivers/input/djoystick.c index 1ce8baf..d1643c8 100644 --- a/drivers/input/djoystick.c +++ b/drivers/input/djoystick.c @@ -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 */