X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2FTda5250ActiveMessageP.nc;h=f46eb5887264dbb292a1b2d146e01f2151ebaf21;hb=662d029ac5cc8bbaebe1fae47925f58a8896dc09;hp=05c8943fd3fe954d64fb91c30c8cb1ec66fd4006;hpb=2d422c11d7a829ca46b5440a7ba123ae2a5b94d9;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/Tda5250ActiveMessageP.nc b/tos/chips/tda5250/Tda5250ActiveMessageP.nc index 05c8943f..f46eb588 100644 --- a/tos/chips/tda5250/Tda5250ActiveMessageP.nc +++ b/tos/chips/tda5250/Tda5250ActiveMessageP.nc @@ -154,13 +154,11 @@ implementation { } command void AMPacket.setGroup(message_t* msg, am_group_t group) { - tda5250_header_t* header = getHeader(msg); - header->group = group; + return; } command am_group_t AMPacket.group(message_t* msg) { - tda5250_header_t* header = getHeader(msg); - return header->group; + return TOS_AM_GROUP; } command am_group_t AMPacket.localGroup() {