[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/stm25p
Stm25pSectorP.nc, 1.4, 1.5
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Sat Dec 22 00:11:54 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24242
Modified Files:
Stm25pSectorP.nc
Log Message:
Add address translation in the computeCrc.
Index: Stm25pSectorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p/Stm25pSectorP.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Stm25pSectorP.nc 12 Dec 2006 18:23:13 -0000 1.4
--- Stm25pSectorP.nc 22 Dec 2007 08:11:51 -0000 1.5
***************
*** 240,244 ****
m_len = len;
! return call Spi.computeCrc( crc, m_addr, m_len );
}
--- 240,244 ----
m_len = len;
! return call Spi.computeCrc( crc, physicalAddr( id, addr ), m_len );
}
More information about the Tinyos-2-commits
mailing list