pkarashchenko commented on code in PR #6723:
URL: https://github.com/apache/incubator-nuttx/pull/6723#discussion_r932893274


##########
sched/mqueue/mqueue.h:
##########
@@ -65,11 +65,7 @@ struct mqueue_msg_s
   struct list_node node;   /* Link node to message */
   uint8_t type;            /* (Used to manage allocations) */
   uint8_t priority;        /* Priority of message */
-#if MQ_MAX_BYTES < 256
-  uint8_t msglen;          /* Message data length */

Review Comment:
   From the PR description and changes itself I do not understand the state of 
the problem you are trying to fix. Could you please provide a wider 
description? I'm just wondering how things worked till now on so many platforms 
without an issue, but suddenly needs a padding bytes.



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

Reply via email to