[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/storage/Config RandRWC.nc, 1.4, 1.5

Phil Levis scipio at users.sourceforge.net
Thu Sep 13 16:10:59 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Config
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27056/apps/tests/storage/Config

Modified Files:
	RandRWC.nc 
Log Message:
The big interface switchover for Packet, Send, Receive, and AMSend.


Index: RandRWC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Config/RandRWC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RandRWC.nc	12 Dec 2006 18:22:52 -0000	1.4
--- RandRWC.nc	13 Sep 2007 23:10:22 -0000	1.5
***************
*** 71,75 ****
    
    void report(error_t e) {
!     uint8_t *msg = call AMSend.getPayload(&reportmsg);
  
      msg[0] = e;
--- 71,75 ----
    
    void report(error_t e) {
!     uint8_t *msg = call AMSend.getPayload(&reportmsg, 1);
  
      msg[0] = e;



More information about the Tinyos-2-commits mailing list