Oh, thats right. Thank you for this hint.

Christian
Am 22.02.2010 17:41, schrieb goldsi...@gmx.de:
Christian Steffen wrote:
Is there any reason, why the global variables not initialized?
Yes: the C standard specifies them to be initialized to zero/NULL and so it saves space not to do so explicitly.

You have to zero the section of global, uninitialized data in your startup code to be standard-compliant.



_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to