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

Vlado Handziski vlahan at users.sourceforge.net
Tue Jan 9 11:02:12 PST 2007


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

Modified Files:
	Msp430Uart0C.nc 
Log Message:
Remove reference to UartControl erroneously left from the DEVEL/HEAD merge, pointed by Razvan ME.

Index: Msp430Uart0C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart/Msp430Uart0C.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430Uart0C.nc	12 Dec 2006 18:23:11 -0000	1.4
--- Msp430Uart0C.nc	9 Jan 2007 19:02:09 -0000	1.5
***************
*** 44,48 ****
    provides interface UartStream;
    provides interface UartByte;
-   provides interface Msp430UartControl as UartControl;
  
    uses interface Msp430UartConfigure;
--- 44,47 ----
***************
*** 59,63 ****
    UartStream = UartP.UartStream;
    UartByte = UartP.UartByte;
-   UartControl = UartP.UartControl[ CLIENT_ID ];
    Msp430UartConfigure = UartP.Msp430UartConfigure[ CLIENT_ID ];
  
--- 58,61 ----



More information about the Tinyos-2-commits mailing list