]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/at45db/At45dbC.nc
Remove bogus 'tab:4' and 'tab:2' markers.
[tinyos-2.x.git] / tos / chips / at45db / At45dbC.nc
index 216e1ce078568896a36652b6ee82ff1aa0ead358..da3287dc2ac56b88cc5086b2aab280f089dcfc9a 100644 (file)
@@ -1,5 +1,5 @@
 // $Id: HALAT45DBC.nc,v 1.1 2005/01/22 00:26:31 idgay Exp 
-/*                                                                     tab:4
+/*
  * Copyright (c) 2005 Intel Corporation
  * All rights reserved.
  *
@@ -24,7 +24,7 @@ configuration At45dbC
   provides {
     interface At45db;
     interface Resource[uint8_t client];
-    interface ResourceController;
+    interface ResourceDefaultOwner;
     interface ArbiterInfo;
   }
 }
@@ -35,11 +35,10 @@ implementation
 
   At45db = At45dbP;
   Resource = Arbiter;
-  ResourceController = Arbiter;
+  ResourceDefaultOwner = Arbiter;
   ArbiterInfo = Arbiter;
 
   MainC.SoftwareInit -> At45dbP;
-  MainC.SoftwareInit -> Arbiter;
   At45dbP.HplAt45db -> HplAt45dbC;
   At45dbP.BusyWait -> BusyWaitMicroC;
 }