[Tinyos-commits] CVS: tinyos-1.x/apps/TestDeluge/DelugeBasic DelugeBasic.nc, 1.1, 1.2 Makefile, 1.9, 1.10

Jonathan Hui jwhui at users.sourceforge.net
Fri Jul 22 10:43:50 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/apps/TestDeluge/DelugeBasic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24122/DelugeBasic

Modified Files:
	DelugeBasic.nc Makefile 
Log Message:
- Deluge 2.0 apps.



Index: DelugeBasic.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/apps/TestDeluge/DelugeBasic/DelugeBasic.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DelugeBasic.nc	5 Aug 2004 15:27:44 -0000	1.1
--- DelugeBasic.nc	22 Jul 2005 17:43:38 -0000	1.2
***************
*** 1,8 ****
  // $Id$
  
! /*									tab:4
   *
   *
!  * "Copyright (c) 2000-2004 The Regents of the University  of California.  
   * All rights reserved.
   *
--- 1,8 ----
  // $Id$
  
! /*									tab:2
   *
   *
!  * "Copyright (c) 2000-2005 The Regents of the University  of California.  
   * All rights reserved.
   *
***************
*** 26,32 ****
  
  /**
-  * An application which installs the minimum services required for
-  * network programming.
-  *
   * @author Jonathan Hui <jwhui at cs.berkeley.edu>
   */
--- 26,29 ----
***************
*** 35,42 ****
  }
  implementation {
!   components
!     Main,
!     DelugeC;
! 
    Main.StdControl -> DelugeC;
  }
--- 32,36 ----
  }
  implementation {
!   components Main, DelugeC;
    Main.StdControl -> DelugeC;
  }

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/apps/TestDeluge/DelugeBasic/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile	5 Aug 2004 15:27:44 -0000	1.9
--- Makefile	22 Jul 2005 17:43:48 -0000	1.10
***************
*** 1,3 ****
  COMPONENT=DelugeBasic
  PFLAGS += -DDELUGE_LEDS
! include ../../Makerules
\ No newline at end of file
--- 1,3 ----
  COMPONENT=DelugeBasic
  PFLAGS += -DDELUGE_LEDS
! include $(MAKERULES)
\ No newline at end of file



More information about the Tinyos-commits mailing list