fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex: removed that define

This commit is contained in:
Simon Goldschmidt
2011-10-13 19:29:48 +02:00
committed by goldsimon
parent aafa00f3aa
commit bd0a664446
3 changed files with 4 additions and 5 deletions

View File

@@ -49,6 +49,9 @@ HISTORY
++ Bugfixes:
2011-10-13: Simon Goldschmidt
* def.h, timers.c: fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex
2011-10-13: Simon Goldschmidt
* sockets.c, api_lib.c: fixed bug #34540: compiler error when CORE_LOCKING is
used and not all protocols are enabled