unified: Mailboxes to use size_t
Change-Id: I67c1b11d2b6c09e96eb72c3e16f67f5b5acbed3a Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
1209270bf8
commit
d93078cb5b
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ struct k_mbox_msg {
|
|||
/** internal use only - needed for legacy API support */
|
||||
uint32_t _mailbox;
|
||||
/** size of message (in bytes) */
|
||||
uint32_t size;
|
||||
size_t size;
|
||||
/** application-defined information value */
|
||||
uint32_t info;
|
||||
/** sender's message data buffer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue