]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/Tda5250RadioC.nc
expose clock divider of tda5250, add a component that uses this as an input to
[tinyos-2.x.git] / tos / chips / tda5250 / Tda5250RadioC.nc
index 4e2b46e47a73f02c66388142798c7d3e1f65f6d2..0989c774a44e78abef46478fd7b375a35add3dea 100644 (file)
@@ -46,6 +46,7 @@ configuration Tda5250RadioC {
     interface Tda5250Control;
     interface ResourceRequested;
     interface RadioByteComm;
+    interface ClkDiv;
   }
 }
 implementation {
@@ -63,6 +64,7 @@ implementation {
   ResourceRequested = Tda5250RadioP;
   RadioByteComm = Tda5250RadioP;
   SplitControl = Tda5250RadioP;
+  ClkDiv = Tda5250RadioP;
 
   Tda5250RadioP.DelayTimer -> DelayTimer;