[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2/chips/at45db HplAt45dbIOP.nc, 1.1.2.6, 1.1.2.7

David Gay idgay at users.sourceforge.net
Thu Oct 26 08:36:14 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2/chips/at45db
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1874/mica2/chips/at45db

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HplAt45dbIOP.nc 
Log Message:
fix for new SpiByte interface


Index: HplAt45dbIOP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2/chips/at45db/HplAt45dbIOP.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** HplAt45dbIOP.nc	21 Jun 2006 16:59:18 -0000	1.1.2.6
--- HplAt45dbIOP.nc	26 Oct 2006 15:36:10 -0000	1.1.2.7
***************
*** 100,104 ****
  	 : "=d" (spiIn) : "0" (spiIn), "r" (spiOut))
  
!   async command void FlashSpi.write(uint8_t spiOut, uint8_t *pspiIn) {
      uint8_t spiIn = 0;
  
--- 100,104 ----
  	 : "=d" (spiIn) : "0" (spiIn), "r" (spiOut))
  
!   async command uint8_t FlashSpi.write(uint8_t spiOut) {
      uint8_t spiIn = 0;
  
***************
*** 118,122 ****
        }
  
!     *pspiIn = spiIn;
    }
  
--- 118,122 ----
        }
  
!     return spiIn;
    }
  



More information about the Tinyos-2-commits mailing list