Hello,

I am a newbie in programming WSN and nesC.

I am working in TOSSIM and I simulating a data transfer scenario between
motes.

I would like to know why nesC is giving me a syntax error when I declare a
pointer in a function(uint8_t* ptr) and why is it everything OK when I
declare the same pointer in a scope of that function ( if(...) { uint8_t*
ptr;}).

Thank you,

Chifor Bogdan.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to