Update of /cvsroot/firebug/mts400/sensors/gps
In directory sc8-pr-cvs1:/tmp/cvs-serv2694/sensors/gps
Modified Files:
GpsC.nc
Log Message:
Minor cleanups.
Index: GpsC.nc
===================================================================
RCS file: /cvsroot/firebug/mts400/sensors/gps/GpsC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GpsC.nc 11 Nov 2003 01:59:40 -0000 1.1
--- GpsC.nc 12 Nov 2003 02:49:10 -0000 1.2
***************
*** 1,3 ****
! /* tab:4
*
*
--- 1,6 ----
! /* -*- Mode: C; c-basic-indent: 3; indent-tabs-mode: nil -*- */
!
!
! /**
*
*
***************
*** 61,81 ****
/*
*
! * Authors:
! * Date last modified: 6/25/02
! *
*/
! configuration GpsC
! {
! provides interface Gps
! }
! }
! implementation
! {
! components GpsPacketM ;
!
! Gps = GpsPacketM.Gps;
!
! }
--- 64,83 ----
/*
*
! * $Id$
*/
! configuration GpsC {
!
! provides {
! interface Gps
! }
! }
!
! implementation {
!
! components GpsPacketM ;
!
! Gps = GpsPacketM.Gps;
! }
|