]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/Tda5250ActiveMessageP.nc
remove group field, breaks MAC timings.
[tinyos-2.x.git] / tos / chips / tda5250 / Tda5250ActiveMessageP.nc
index 149bc0803c1af1205192be657553f3c2093cafa2..f46eb5887264dbb292a1b2d146e01f2151ebaf21 100644 (file)
@@ -154,13 +154,10 @@ 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;
   }