[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/usart Msp430UsartShare1P.nc, 1.4, 1.5

Kevin Klues klueska at users.sourceforge.net
Sun Feb 4 11:55:14 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6161/tos/chips/msp430/usart

Modified Files:
	Msp430UsartShare1P.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: Msp430UsartShare1P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart/Msp430UsartShare1P.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430UsartShare1P.nc	12 Dec 2006 18:23:11 -0000	1.4
--- Msp430UsartShare1P.nc	4 Feb 2007 19:55:12 -0000	1.5
***************
*** 58,62 ****
  
    components new AsyncStdControlPowerManagerC() as PowerManagerC;
!   PowerManagerC.ResourceController -> ArbiterC;
  	
    components HplMsp430Usart1C as UsartC;
--- 58,62 ----
  
    components new AsyncStdControlPowerManagerC() as PowerManagerC;
!   PowerManagerC.ResourceDefaultOwner -> ArbiterC;
  	
    components HplMsp430Usart1C as UsartC;



More information about the Tinyos-2-commits mailing list