From e8b055b8d3818b98fccb0d947ce0cb5a56fad3b4 Mon Sep 17 00:00:00 2001 From: jifl Date: Wed, 11 Apr 2007 16:20:07 +0000 Subject: [PATCH] Oops, forgot final version of Changelog for last change I made. --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f0d35c52..a4ff5967 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,7 +25,9 @@ HISTORY 2007-04-11 Jonathan Larmour * sys.h, api_lib.c: Provide new sys_mbox_tryfetch function. Require ports to provide new - sys_arch_mbox_tryfetch function to get a message if one is there. + sys_arch_mbox_tryfetch function to get a message if one is there, otherwise return + with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro + by the port in sys_arch.h if desired. 2007-04-06 Frédéric Bernon, Simon Goldschmidt * opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_API