xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815394931
########## File path: drivers/input/djoystick.c ########## @@ -181,12 +162,6 @@ static void djoy_enable(FAR struct djoy_upperhalf_s *priv) lower = priv->du_lower; DEBUGASSERT(lower); - /* This routine is called both task level and interrupt level, so - * interrupts must be disabled. - */ - - flags = enter_critical_section(); 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org