From cf3cee51d12fdb5c80298d35f9bd5195e6feb6d0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Sep 2012 13:28:49 +0000 Subject: Fixed bug 3564134. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4630 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/lwip_bindings/arch/sys_arch.c | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/os/various/lwip_bindings/arch/sys_arch.c b/os/various/lwip_bindings/arch/sys_arch.c index 626c72668..6880ccf18 100644 --- a/os/various/lwip_bindings/arch/sys_arch.c +++ b/os/various/lwip_bindings/arch/sys_arch.c @@ -77,7 +77,7 @@ err_t sys_sem_new(sys_sem_t *sem, u8_t count) { } else { chSemInit(*sem, (cnt_t)count); - SYS_STATS_INC(sem.used); + SYS_STATS_INC_USED(sem); return ERR_OK; } } diff --git a/readme.txt b/readme.txt index 27c1756c8..cfccd8dd8 100644 --- a/readme.txt +++ b/readme.txt @@ -82,6 +82,7 @@ ***************************************************************************** *** 2.5.0 *** +- FIX: Fixed problem with lwIP statistics (bug 3564134)(backported to 2.4.3). - FIX: Fixed packed structures macros not functional in IAR and RVCT port (bug 3561279)(backported to 2.4.3 and 2.2.10). - FIX: Fixed Problem in FatFs demos related to LFN (bug 3560980)(backported -- cgit v1.2.3