lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-166-g530a4cc
Date: Tue, 13 Nov 2018 14:36:09 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  530a4ccdce8e72abd13a9b886b9da39c604ed0be (commit)
       via  915e9238098699163d6ad15ac5541cf2faad1666 (commit)
      from  d386388fb566d61bdc95eb9decb4d7a08bf5c723 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 530a4ccdce8e72abd13a9b886b9da39c604ed0be
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Nov 13 20:35:53 2018 +0100

    Fix return value of sys_arch_mbox_tryfetch() in Win32 port
    
    It should be SYS_MBOX_EMPTY, not SYS_ARCH_TIMEOUT.
    SYS_MBOX_EMPTY is defined to SYS_ARCH_TIMEOUT, so there is no bug.
    But for good readability of the code,  SYS_MBOX_EMPTY should be used.

commit 915e9238098699163d6ad15ac5541cf2faad1666
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Nov 13 20:34:18 2018 +0100

    Fix bug #55017: Wrong return value in sys_arch_mbox_tryfetch() in FreeRTOS 
port

-----------------------------------------------------------------------

Summary of changes:
 contrib/ports/freertos/sys_arch.c | 5 +----
 contrib/ports/win32/sys_arch.c    | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]