xiaoxiang781216 commented on code in PR #15079: URL: https://github.com/apache/nuttx/pull/15079#discussion_r1888189221
########## include/nuttx/timers/capture.h: ########## @@ -40,6 +40,11 @@ #define CAPIOC_FREQUENCE _CAPIOC(2) #define CAPIOC_EDGES _CAPIOC(3) #define CAPIOC_ALL _CAPIOC(4) +#define CAPIOC_PULSES _CAPIOC(5) +#define CAPIOC_CLR_CNT _CAPIOC(6) Review Comment: let's add the description, so other people can implement these new ioctl correctly. -- 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