[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 BluSHC.nc, 1.6, 1.7 BluSHM.nc, 1.10, 1.11

Lama Nachman lnachman at users.sourceforge.net
Fri Mar 9 17:34:32 PST 2007


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30184

Modified Files:
	BluSHC.nc BluSHM.nc 
Log Message:
Enabled USB by default


Index: BluSHC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/BluSHC.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BluSHC.nc	4 Mar 2007 23:51:29 -0000	1.6
--- BluSHC.nc	10 Mar 2007 01:34:29 -0000	1.7
***************
*** 6,10 ****
  
  #ifndef USE_USB
! #define USE_USB 0
  #endif
  
--- 6,10 ----
  
  #ifndef USE_USB
! #define USE_USB 1
  #endif
  

Index: BluSHM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/BluSHM.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** BluSHM.nc	4 Mar 2007 23:51:29 -0000	1.10
--- BluSHM.nc	10 Mar 2007 01:34:29 -0000	1.11
***************
*** 5,9 ****
   */
  #ifndef USE_USB
! #define USE_USB 0
  #endif
  
--- 5,9 ----
   */
  #ifndef USE_USB
! #define USE_USB 1
  #endif
  



More information about the Tinyos-beta-commits mailing list