]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/Tda5250ActiveMessageC.nc
Remove bogus 'tab:4' and 'tab:2' markers.
[tinyos-2.x.git] / tos / chips / tda5250 / Tda5250ActiveMessageC.nc
index a620d055a49ae0ec76a4b0c6ccaafa74b68bbcfa..b1525e889b747c85c3e0df0b6771d11c4e4a45dd 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/*                                                                      tab:4
+/*                                                                      
  * "Copyright (c) 2004-2005 The Regents of the University  of California.
  * All rights reserved.
  *
@@ -58,6 +58,7 @@ configuration Tda5250ActiveMessageC {
     interface AMPacket;
     interface Packet;
     interface PacketAcknowledgements;
+    interface Tda5250Packet;   
   }
 }
 implementation {
@@ -69,6 +70,7 @@ implementation {
 
   Packet       = Radio;
   PacketAcknowledgements = Radio;
+  Tda5250Packet = AM;          
 
   AMSend   = AM;
   Receive  = AM.Receive;