[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa PlatformSerialC.nc, 1.3, 1.4

dmm rincon at users.sourceforge.net
Fri Jun 1 16:49:03 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11391

Modified Files:
	PlatformSerialC.nc 
Log Message:
Provide UartByte interface

Index: PlatformSerialC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa/PlatformSerialC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PlatformSerialC.nc	7 Nov 2006 19:31:26 -0000	1.3
--- PlatformSerialC.nc	1 Jun 2007 23:49:00 -0000	1.4
***************
*** 4,7 ****
--- 4,8 ----
    provides interface StdControl;
    provides interface UartStream;
+   provides interface UartByte;
    
  }
***************
*** 11,14 ****
--- 12,16 ----
    components new Msp430Uart1C() as UartC;
    UartStream = UartC;  
+   UartByte = UartC;
    
    components TelosSerialP;



More information about the Tinyos-2-commits mailing list