fixed bug #34540: compiler error when CORE_LOCKING is used and not all protocols are enabled

This commit is contained in:
Simon Goldschmidt
2011-10-13 19:25:11 +02:00
committed by goldsimon
parent dbbd161219
commit aafa00f3aa
3 changed files with 33 additions and 9 deletions

View File

@@ -49,6 +49,10 @@ HISTORY
++ Bugfixes:
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
2011-10-12: Simon Goldschmidt
* pbuf.c: fixed bug #34534: Error in sending fragmented IP if MEM_ALIGNMENT > 4