[Tinyos-commits]
CVS: tinyos-1.x/tos/lib/Flash/STM25P HALSTM25PM.nc, 1.1, 1.2
Jonathan Hui
jwhui at users.sourceforge.net
Wed Jul 13 22:56:06 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/Flash/STM25P
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17630
Modified Files:
HALSTM25PM.nc
Log Message:
- Sync with new HPLSTM25P interface.
Index: HALSTM25PM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/Flash/STM25P/HALSTM25PM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HALSTM25PM.nc 11 Jul 2005 23:36:09 -0000 1.1
--- HALSTM25PM.nc 14 Jul 2005 05:56:04 -0000 1.2
***************
*** 129,133 ****
// data
if (STM25P_CMDS[cmd].receive)
! call HPLSTM25P.rxBuf(data, len, &crcScratch);
else if (STM25P_CMDS[cmd].transmit)
call HPLSTM25P.txBuf(data, len);
--- 129,133 ----
// data
if (STM25P_CMDS[cmd].receive)
! crcScratch = call HPLSTM25P.rxBuf(data, len, crcScratch);
else if (STM25P_CMDS[cmd].transmit)
call HPLSTM25P.txBuf(data, len);
More information about the Tinyos-commits
mailing list