[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/mm74hc595 MM74HC595C.nc, 1.1.2.1, 1.1.2.2

Henri DF henridf at users.sourceforge.net
Wed Aug 16 00:38:39 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	MM74HC595C.nc 
Log Message:
 HplMM74HC595PinsC, not  HplMM74HC595C


Index: MM74HC595C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/mm74hc595/MM74HC595C.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** MM74HC595C.nc	7 Jun 2006 19:40:05 -0000	1.1.2.1
--- MM74HC595C.nc	16 Aug 2006 07:38:36 -0000	1.1.2.2
***************
*** 61,67 ****
  
    components MM74HC595ImplP, HplMM74HC595PinsC;
!   MM74HC595ImplP.Ser -> HplMM74HC595C.Ser;
!   MM74HC595ImplP.Sck -> HplMM74HC595C.Sck;
!   MM74HC595ImplP.Rck -> HplMM74HC595C.Rck;
  
    components MainC;
--- 61,67 ----
  
    components MM74HC595ImplP, HplMM74HC595PinsC;
!   MM74HC595ImplP.Ser -> HplMM74HC595PinsC.Ser;
!   MM74HC595ImplP.Sck -> HplMM74HC595PinsC.Sck;
!   MM74HC595ImplP.Rck -> HplMM74HC595PinsC.Rck;
  
    components MainC;



More information about the Tinyos-2-commits mailing list