Added missing U/UL modifiers to fix 16-bit-arch portability.

This commit is contained in:
goldsimon
2011-02-18 13:31:28 +00:00
parent dbf5659cd9
commit 856ccb5bb7
9 changed files with 19 additions and 19 deletions

View File

@@ -234,7 +234,7 @@ HISTORY
++ Bugfixes:
2011-02-17: Simon Goldschmidt
* ipaddr.c: Fixed constant not being 32 bit.
* many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
2011-01-24: Simon Goldschmidt
* sockets.c: Fixed bug #31741: lwip_select seems to have threading problems