]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Note succesful error return for sys_arch_mbox_tryfetch
authorjifl <jifl>
Thu, 12 Apr 2007 02:50:08 +0000 (02:50 +0000)
committerjifl <jifl>
Thu, 12 Apr 2007 02:50:08 +0000 (02:50 +0000)
doc/sys_arch.txt

index b6103ac3cc8b2c9d959f4bfff4a812b89e99da47..5cb7778dcc9ece0d30950eb80d6c436affbeefc2 100644 (file)
@@ -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
   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
   function-like macro in sys_arch.h instead of a normal function. For