xiaoxiang781216 commented on code in PR #17991:
URL: https://github.com/apache/nuttx/pull/17991#discussion_r2703037505


##########
drivers/input/ajoystick.c:
##########
@@ -271,6 +271,7 @@ static void ajoy_sample(FAR struct ajoy_upperhalf_s *priv)
 
       /* Have any signal events occurred? */
 
+#ifndef CONFIG_DISABLE_ALL_SIGNALS
       if ((press & opriv->ao_notify.an_press)     != 0 ||

Review Comment:
   need guard all place which define or refernce ao_notify field



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to