Update of /cvsroot/firebug/mts400/sensors/gps
In directory sc8-pr-cvs1:/tmp/cvs-serv12616/sensors/gps
Modified Files:
GpsPacket.nc HPLUART1M.nc
Log Message:
Clean up commit to make nothing was missed when
the offline driver and test applications were added and commited.
Index: GpsPacket.nc
===================================================================
RCS file: /cvsroot/firebug/mts400/sensors/gps/GpsPacket.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GpsPacket.nc 12 Nov 2003 01:44:20 -0000 1.3
--- GpsPacket.nc 13 Nov 2003 00:17:18 -0000 1.4
***************
*** 457,461 ****
}
} else if (state_gps == GPS_RX_SWITCH_WAIT) {
! SODbg(DBG_USR2, "GpsPacket: all switches set \n");
state_gps = GPS_SWITCH_IDLE;
signal GpsCmd.SwitchesSet(state_gps);
--- 457,461 ----
}
} else if (state_gps == GPS_RX_SWITCH_WAIT) {
! SODbg(DBG_USR2, "GpsPacket.IOSwitch.setDone(): all switches set \n");
state_gps = GPS_SWITCH_IDLE;
signal GpsCmd.SwitchesSet(state_gps);
Index: HPLUART1M.nc
===================================================================
RCS file: /cvsroot/firebug/mts400/sensors/gps/HPLUART1M.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLUART1M.nc 11 Nov 2003 01:59:40 -0000 1.1
--- HPLUART1M.nc 13 Nov 2003 00:17:18 -0000 1.2
***************
*** 82,86 ****
async command result_t UART.init() {
! SODbg(DBG_BOOT, "UART1 initialized\n");
// UART will run at: (N-8-1)
--- 82,86 ----
async command result_t UART.init() {
! SODbg(DBG_BOOT, "HPLUART1M.UART1.init() initialized\n");
// UART will run at: (N-8-1)
|