Update of /cvsroot/firebug/fireboard/fireboard/apps/TestGPS
In directory sc8-pr-cvs1:/tmp/cvs-serv6750
Modified Files:
testgpsM.nc
Log Message:
GPS application currently works, write to uart using debug functions.
Index: testgpsM.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestGPS/testgpsM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** testgpsM.nc 15 Jan 2004 03:23:15 -0000 1.3
--- testgpsM.nc 21 Jan 2004 20:35:35 -0000 1.4
***************
*** 31,34 ****
--- 31,35 ----
command result_t StdControl.init() {
+
init_debug();
call Leds.init();
***************
*** 75,79 ****
! event result_t LeadTek.error(uint16_t error_code) {
return SUCCESS;
}
--- 76,80 ----
! async event result_t LeadTek.error(uint16_t error_code) {
return SUCCESS;
}
|