You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/02/28 17:08:28 UTC

[incubator-nuttx] 05/07: input/ajoystick: Remove the unused au_enabled from ajoy_upperhalf_s

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 f4b1b1262f203af027a15fbaf607a431dc63bde9
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Feb 27 15:56:32 2022 +0800

    input/ajoystick: Remove the unused au_enabled from ajoy_upperhalf_s
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 drivers/input/ajoystick.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/ajoystick.c b/drivers/input/ajoystick.c
index 443aeb7..312f8ea 100644
--- a/drivers/input/ajoystick.c
+++ b/drivers/input/ajoystick.c
@@ -63,7 +63,6 @@ struct ajoy_upperhalf_s
 
   FAR const struct ajoy_lowerhalf_s *au_lower;
 
-  ajoy_buttonset_t au_enabled; /* Set of currently enabled button interrupts */
   ajoy_buttonset_t au_sample;  /* Last sampled button states */
   sem_t au_exclsem;            /* Supports exclusive access to the device */