]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/adc/Atm128AdcC.nc
Update of files to align them with TEP108 changes to ResourceController interface...
[tinyos-2.x.git] / tos / chips / atm128 / adc / Atm128AdcC.nc
index a2b583c75ca230ab40b8c56b5f6d7ae17cf19a20..12d9cf140a8afa0ab6de7e2d4a39ba54414c2e5f 100644 (file)
@@ -65,5 +65,5 @@ implementation
   Atm128AdcP.Atm128Calibrate -> PlatformC;
 
   PM.AsyncStdControl -> Atm128AdcP;
-  PM.ResourceController -> AdcArbiter;
+  PM.ResourceDefaultOwner -> AdcArbiter;
 }