[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 RadioConfig.h, 1.3, 1.4
Miklos Maroti
mmaroti at users.sourceforge.net
Fri May 8 09:44:38 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2733
Modified Files:
RadioConfig.h
Log Message:
make the software ack timeout configurable
Index: RadioConfig.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/RadioConfig.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RadioConfig.h 2 Apr 2009 22:11:03 -0000 1.3
--- RadioConfig.h 8 May 2009 16:44:36 -0000 1.4
***************
*** 60,63 ****
--- 60,68 ----
#endif
+ /* The number of microseconds a sending IRIS mote will wait for an acknowledgement */
+ #ifndef SOFTWAREACK_TIMEOUT
+ #define SOFTWAREACK_TIMEOUT 800
+ #endif
+
/*
* This is the command used to calculate the CRC for the RF230 chip.
More information about the Tinyos-2-commits
mailing list