]> git.sur5r.net Git - freertos/commit
The Keil compiler insists on having the IP address structure packed, but doing so...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 13 May 2011 17:28:46 +0000 (17:28 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 13 May 2011 17:28:46 +0000 (17:28 +0000)
commit54f09679ab0af396041c81b28be35ef48ae381f2
tree087efb7a12848601e782847ea26602e06194e653
parent1ab653a4f45d1bc73b87318751198aa012ab4215
The Keil compiler insists on having the IP address structure packed, but doing so causes problems with warnings being generated on other compilers.  uip.h was therefore updated to just use the pack attribute when the Keil compiler is used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1422 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/Common/ethernet/FreeTCPIP/net/uip.h