]> 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 a0513609f8256bd1cd3351ef2c89b11a03d80d09..f46eb5887264dbb292a1b2d146e01f2151ebaf21 100644 (file)
@@ -153,6 +153,18 @@ implementation {
     header->type = type;
   }
 
+  command void AMPacket.setGroup(message_t* msg, am_group_t group) {
+     return;
+  }
+
+  command am_group_t AMPacket.group(message_t* msg) {
+    return TOS_AM_GROUP;
+  }
+
+  command am_group_t AMPacket.localGroup() {
+    return TOS_AM_GROUP;
+  }
+  
  default event message_t* Receive.receive[am_id_t id](message_t* msg, void* payload, uint8_t len) {
     return msg;
   }