]> 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 002be4e499ae221c45df6b6e08eff66610ae1494..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,7 +35,7 @@ implementation
 
   At45db = At45dbP;
   Resource = Arbiter;
-  ResourceController = Arbiter;
+  ResourceDefaultOwner = Arbiter;
   ArbiterInfo = Arbiter;
 
   MainC.SoftwareInit -> At45dbP;