[Firebug-cvs] firebug/project/src/gps TestMTS350.nc,1.2,1.3 TestMTS350M.nc,1.5,1.6
Brought to you by:
doolin
From: <do...@us...> - 2003-07-31 23:55:22
|
Update of /cvsroot/firebug/firebug/project/src/gps In directory sc8-pr-cvs1:/tmp/cvs-serv11938/project/src/gps Modified Files: TestMTS350.nc TestMTS350M.nc Log Message: Some minor changes resulting from meeting with Carmel. Index: TestMTS350.nc =================================================================== RCS file: /cvsroot/firebug/firebug/project/src/gps/TestMTS350.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMTS350.nc 31 Jul 2003 15:33:56 -0000 1.2 --- TestMTS350.nc 31 Jul 2003 23:48:21 -0000 1.3 *************** *** 61,64 **** --- 61,66 ---- configuration TestMTS350 { } + + /* SimpleCmd can be dropped (?) */ implementation { components Main, TestMTS350M, RadioCRCPacket as Comm, UARTNoCRCPacket,SensirionHumidity, MicaWbSwitch,UARTGpsPacket,TimerC, LedsC, Logger, SimpleCmd; Index: TestMTS350M.nc =================================================================== RCS file: /cvsroot/firebug/firebug/project/src/gps/TestMTS350M.nc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TestMTS350M.nc 31 Jul 2003 15:33:56 -0000 1.5 --- TestMTS350M.nc 31 Jul 2003 23:48:21 -0000 1.6 *************** *** 70,73 **** --- 70,74 ---- includes gps; + /* FIXME: GPS name space */ #define MSG_LENGTH 100 #define GGA_BYTES 11 *************** *** 329,332 **** --- 330,334 ---- } + // two commas (,,) indicate empty field // if field is empty, set it equal to 0 if (j <= 1) { |