[Firebug-cvs] mts400/apps/TestFireBoard fireboardM.nc,1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2003-11-26 19:17:46
|
Update of /cvsroot/firebug/mts400/apps/TestFireBoard In directory sc8-pr-cvs1:/tmp/cvs-serv7379 Modified Files: fireboardM.nc Log Message: Turned off debugging. Index: fireboardM.nc =================================================================== RCS file: /cvsroot/firebug/mts400/apps/TestFireBoard/fireboardM.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fireboardM.nc 26 Nov 2003 18:38:45 -0000 1.1 --- fireboardM.nc 26 Nov 2003 19:17:43 -0000 1.2 *************** *** 55,58 **** --- 55,60 ---- #include "SODebug.h" #include "gps.h" + #define DBG_USR2 0 + /** 0 means GPS runs forever, 1 means it takes one reading *************** *** 300,303 **** --- 302,306 ---- call Leds.greenToggle(); + #if DBG_USR2 for (i=0; i<=gps_data->data[0]; i++) { /** UARTPutChar is an SODebug function. *************** *** 307,311 **** } SODbg(DBG_USR2, "\n"); ! /** FIXME: Pulled the preprocessor define out, --- 310,314 ---- } SODbg(DBG_USR2, "\n"); ! #endif /** FIXME: Pulled the preprocessor define out, |