mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
Note succesful error return for sys_arch_mbox_tryfetch
This commit is contained in:
parent
9d43d74ee3
commit
58b3b0603d
@ -103,7 +103,7 @@ The following functions must be implemented by the sys_arch:
|
|||||||
|
|
||||||
This is similar to sys_arch_mbox_fetch, however if a message is not
|
This is similar to sys_arch_mbox_fetch, however if a message is not
|
||||||
present in the mailbox, it immediately returns with the code
|
present in the mailbox, it immediately returns with the code
|
||||||
SYS_MBOX_EMPTY.
|
SYS_MBOX_EMPTY. On success 0 is returned.
|
||||||
|
|
||||||
To allow for efficient implementations, this can be defined as a
|
To allow for efficient implementations, this can be defined as a
|
||||||
function-like macro in sys_arch.h instead of a normal function. For
|
function-like macro in sys_arch.h instead of a normal function. For
|
||||||
|
Loading…
Reference in New Issue
Block a user