[Firebug-cvs] fireboard/beta/apps/XSensorMTS400 .cvsignore,1.1,1.2 TestMTS400.nc,1.1,1.2 TestMTS400M
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-05-23 19:09:52
|
Update of /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25641 Modified Files: .cvsignore TestMTS400.nc TestMTS400M.nc Log Message: Initial reformatting, some compiler clean up. Index: TestMTS400M.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/TestMTS400M.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestMTS400M.nc 19 May 2005 17:29:49 -0000 1.1 --- TestMTS400M.nc 23 May 2005 19:09:43 -0000 1.2 *************** *** 1,3 **** ! /* tab:4 * * --- 1,3 ---- ! /* * * *************** *** 22,26 **** * [...1392 lines suppressed...] } --- 820,836 ---- if(success || cmdCnt>8 ) {atomic state = START; cmdCnt =0;} else{ ! call GpsSend.send(stringcommand,24); } ! return SUCCESS; } /**************************************************************************** ! * Uart msg rcvd. ! * This app doesn't respond to any incoming uart msg ! * Just return ! ****************************************************************************/ event TOS_MsgPtr Receive.receive(TOS_MsgPtr data) { ! return data; } Index: TestMTS400.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/TestMTS400.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestMTS400.nc 19 May 2005 17:29:49 -0000 1.1 --- TestMTS400.nc 23 May 2005 19:09:43 -0000 1.2 *************** *** 1,3 **** ! /* tab:4 * * --- 1,3 ---- ! /* * * *************** *** 22,26 **** * */ ! /* tab:4 * IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. By * downloading, copying, installing or using the software you agree to --- 22,26 ---- * */ ! /* * IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. By * downloading, copying, installing or using the software you agree to Index: .cvsignore =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 19 May 2005 19:48:53 -0000 1.1 --- .cvsignore 23 May 2005 19:09:43 -0000 1.2 *************** *** 0 **** --- 1 ---- + buil *~ |