[En-Nut-Discussion] UDP BroadCast

Harald Kipp harald.kipp at egnite.de
Fri Sep 20 11:07:07 CEST 2002


Avex,

I think the problem is here:

     unsigned char buff[512];

Please use

     unsigned char *buff;
     buff = NutHeapAlloc(512);

Harald




More information about the En-Nut-Discussion mailing list