[Firebug-cvs] fireboard/beta/tools/src/xlisten/boards LinkEstimatorMsg.c,1.1,1.2 SurgeMsg.c,1.1,1.2
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-08-10 03:51:36
|
Update of /cvsroot/firebug/fireboard/beta/tools/src/xlisten/boards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1391/boards Modified Files: LinkEstimatorMsg.c SurgeMsg.c Log Message: Chnges to link est. Index: LinkEstimatorMsg.c =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/tools/src/xlisten/boards/LinkEstimatorMsg.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LinkEstimatorMsg.c 8 Aug 2005 17:37:46 -0000 1.1 --- LinkEstimatorMsg.c 8 Aug 2005 20:15:48 -0000 1.2 *************** *** 31,37 **** #endif /** The Active Message type associated with this message. */ ! //static const int AM_TYPE = 18; ! //#define AM_TYPE 18 --- 31,37 ---- #endif /** The Active Message type associated with this message. */ ! //static const int AM_TYPE = 20; ! //#define AM_TYPE 20 *************** *** 261,265 **** XPacketHandler LinkEstimatorMsgP_packet_handler = { // This should be replaced with the AM_TYPE ! 18, "$Id$", LinkEstimatorMsgP_print_raw, --- 261,265 ---- XPacketHandler LinkEstimatorMsgP_packet_handler = { // This should be replaced with the AM_TYPE ! 20, "$Id$", LinkEstimatorMsgP_print_raw, |