[Firebug-cvs] fireboard/beta/apps/GPS2 .cvsignore,NONE,1.1 Makefile,1.1,1.2 TestMTS400M.nc,1.2,1.3
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-09-19 22:33:31
|
Update of /cvsroot/firebug/fireboard/beta/apps/GPS2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11916 Modified Files: Makefile TestMTS400M.nc Added Files: .cvsignore Log Message: More clean up. Index: TestMTS400M.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/GPS2/TestMTS400M.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMTS400M.nc 19 Sep 2005 21:36:55 -0000 1.2 --- TestMTS400M.nc 19 Sep 2005 22:33:23 -0000 1.3 *************** *** 258,262 **** call GpsCmd.TxRxSwitch(0); // ???timing of switch setting call GpsCmd.PowerSwitch(0); - call Timer.stop(); call CommControl.stop(); --- 258,261 ---- *************** *** 351,356 **** static GPS_Msg *pGPSdata = &gpsData; // buffer to dump - - // Report and handle the content of a message that came in from the // GPS and is stored inpGGAdata. --- 350,353 ---- *************** *** 429,430 **** --- 426,428 ---- } + --- NEW FILE: .cvsignore --- build *~ Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/GPS2/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 19 Sep 2005 17:41:05 -0000 1.1 --- Makefile 19 Sep 2005 22:33:23 -0000 1.2 *************** *** 22,27 **** # control debugging printfs 1 is on 0 is off PFLAGS += -DSO_DEBUG=1 ! PFLAGS += -DFEATURE_GPS_ONLY=1 ! PFLAGS += -DNMEA_MESSAGE_TESTING=1 #include ../MakeXbowlocal #include ${TOSROOT}/tools/make/Makerules --- 22,27 ---- # control debugging printfs 1 is on 0 is off PFLAGS += -DSO_DEBUG=1 ! #PFLAGS += -DFEATURE_GPS_ONLY=1 ! #PFLAGS += -DNMEA_MESSAGE_TESTING=0 #include ../MakeXbowlocal #include ${TOSROOT}/tools/make/Makerules |