michallenc commented on code in PR #17283:
URL: https://github.com/apache/nuttx/pull/17283#discussion_r2494822364


##########
include/nuttx/can/can.h:
##########
@@ -326,6 +349,8 @@
 #define CANIOC_GET_STATE          _CANIOC(17)
 #define CANIOC_SET_TRANSVSTATE    _CANIOC(18)
 #define CANIOC_GET_TRANSVSTATE    _CANIOC(19)
+#define CANIOC_SET_IWATERMARK     _CANIOC(20)
+#define CANIOC_GET_IWATERMARK     _CANIOC(21)
 
 #define CAN_FIRST                 0x0001         /* First common command */
 #define CAN_NCMDS                 19             /* 20 common commands   */

Review Comment:
   ```suggestion
   #define CAN_NCMDS                 21             /* 21 common commands   */
   ```



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