Listen to this: I am using GenericComm's interface SendMsg[uint8_t] to send
a message. When I call: SendMsg.send[uint8_t](), compiler says: Syntax error
before 'uint8_t' .
When I try: call SendMsg.send[1]()   it says: SendMsg.send not connected.
when I try: call SendMsg.send() it says parameters miswsing in call to
parameterised interface

How to make this fucking interface work!?? Please! Anyone????
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to