[Firebug-cvs] fireboard/fireboard/apps/TestGPS testgpsM.nc,1.5,1.6
Brought to you by:
doolin
From: <do...@us...> - 2004-02-04 01:38:53
|
Update of /cvsroot/firebug/fireboard/fireboard/apps/TestGPS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23099/TestGPS Modified Files: testgpsM.nc Log Message: Changed build to limit wiring to locally defined components. Index: testgpsM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestGPS/testgpsM.nc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** testgpsM.nc 28 Jan 2004 22:39:59 -0000 1.5 --- testgpsM.nc 3 Feb 2004 18:58:06 -0000 1.6 *************** *** 43,47 **** // Loading programs doesn't work yet. //call LeadTek.loadProgram((void*)gps_test); ! call LeadTek.loadProgram((void*)gps_syncmode_off); #if 0 --- 43,47 ---- // Loading programs doesn't work yet. //call LeadTek.loadProgram((void*)gps_test); ! call LeadTek.loadProgram((uint8_t*)gps_syncmode_off); #if 0 *************** *** 72,78 **** event result_t LeadTek.dataReady(void * userdata) { - int i; - #if RAW_DATA GPS_Msg * gps_data = (GPS_Msg*)userdata; --- 72,77 ---- event result_t LeadTek.dataReady(void * userdata) { #if RAW_DATA + int i; GPS_Msg * gps_data = (GPS_Msg*)userdata; |