Fixed constant not being 32 bit.

This commit is contained in:
goldsimon
2011-02-17 17:03:12 +00:00
parent fb7d3a159a
commit fee0c6afe9
2 changed files with 4 additions and 1 deletions

View File

@@ -233,6 +233,9 @@ HISTORY
++ Bugfixes:
2011-02-17: Simon Goldschmidt
* ipaddr.c: Fixed constant not being 32 bit.
2011-01-24: Simon Goldschmidt
* sockets.c: Fixed bug #31741: lwip_select seems to have threading problems