[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250
Tda5250RegCommP.nc, 1.1.2.9, 1.1.2.10
Philipp Huppertz
phihup at users.sourceforge.net
Wed Oct 4 06:11:21 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15161/tos/chips/tda5250
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Tda5250RegCommP.nc
Log Message:
- updated to the new spi interface
Index: Tda5250RegCommP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/Tda5250RegCommP.nc,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** Tda5250RegCommP.nc 28 Sep 2006 19:26:22 -0000 1.1.2.9
--- Tda5250RegCommP.nc 4 Oct 2006 13:11:19 -0000 1.1.2.10
***************
*** 106,111 ****
// FIXME: Put SIMO/SOMI in input
! call SpiByte.write(0x00);
! return rxbyte;
}
--- 106,110 ----
// FIXME: Put SIMO/SOMI in input
! return call SpiByte.write(0x00);
}
More information about the Tinyos-2-commits
mailing list