every time i tried to get the Rssi value from a received packet i get this erreur
interface 2420Packet not found
my code is
message_localization_t msg=(message_localization_t *) Packet->data;
int_8 Rssi_Value=call CC240Packet.getRssi(msg);
And i tried to do this:
unit_16 Rssi_Value=Packet->strangh;
but when i tried to complicate the module file i get this erreur please help me!!