wangchdo commented on code in PR #17991:
URL: https://github.com/apache/nuttx/pull/17991#discussion_r2703070257
##########
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:
Done
--
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]