[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces SpiByte.nc,
1.1.2.2, 1.1.2.3
Jonathan Hui
jwhui at users.sourceforge.net
Thu Sep 28 12:26:24 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30064/interfaces
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
SpiByte.nc
Log Message:
Changes to SpiByte interface. Return received byte since error_t is no
longer returned.
Index: SpiByte.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/SpiByte.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** SpiByte.nc 16 Feb 2006 19:03:18 -0000 1.1.2.2
--- SpiByte.nc 28 Sep 2006 19:26:22 -0000 1.1.2.3
***************
*** 32,35 ****
* @param rx Received byte is stored here.
*/
! async command void write( uint8_t tx, uint8_t* rx );
}
--- 32,35 ----
* @param rx Received byte is stored here.
*/
! async command uint8_t write( uint8_t tx );
}
More information about the Tinyos-2-commits
mailing list