[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc
Atm128AdcC.nc, 1.5, 1.6
Kevin Klues
klueska at users.sourceforge.net
Sun Feb 4 11:55:02 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/adc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5795/tos/chips/atm128/adc
Modified Files:
Atm128AdcC.nc
Log Message:
Update of files to align them with TEP108 changes to ResourceController interface to rename it to ResourceDefaultOwner. TEP103 hasn't been altered, and we still need to decide what should be done with it exactly.
Index: Atm128AdcC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/adc/Atm128AdcC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Atm128AdcC.nc 12 Dec 2006 18:23:03 -0000 1.5
--- Atm128AdcC.nc 4 Feb 2007 19:54:59 -0000 1.6
***************
*** 66,69 ****
PM.AsyncStdControl -> Atm128AdcP;
! PM.ResourceController -> AdcArbiter;
}
--- 66,69 ----
PM.AsyncStdControl -> Atm128AdcP;
! PM.ResourceDefaultOwner -> AdcArbiter;
}
More information about the Tinyos-2-commits
mailing list