acassis commented on code in PR #15079:
URL: https://github.com/apache/nuttx/pull/15079#discussion_r1884353605


##########
drivers/timers/capture.c:
##########
@@ -391,6 +391,18 @@ static int cap_ioctl(FAR struct file *filep, int cmd, 
unsigned long arg)
       default:
         {
           cperr("Forwarding unrecognized cmd: %d arg: %ld\n", cmd, arg);
+          FAR long unsigned int *ptr =

Review Comment:
   Please include a comment saying that the unrecognized ioctls will be forward 
to the Lower Half driver, ie the Pulse Counter needs this to work.



-- 
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