[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x/lib trace.h, 1.1, 1.2

Lama Nachman lnachman at users.sourceforge.net
Tue Oct 18 14:31:40 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4423

Modified Files:
	trace.h 
Log Message:
Changed the syntax to match dbg


Index: trace.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib/trace.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** trace.h	6 Sep 2005 18:20:00 -0000	1.1
--- trace.h	18 Oct 2005 21:31:38 -0000	1.2
***************
*** 2,5 ****
  #define __TRACE_H__
  #include <stdio.h>
! void trace(const char *format, ...);
  #endif
--- 2,16 ----
  #define __TRACE_H__
  #include <stdio.h>
! 
! #define TOS_dbg_mode long long
! #define DBG_SIM (1ull <<21)
! 
! void trace(TOS_dbg_mode mode, const char *format, ...);
! 
! unsigned char trace_active(TOS_dbg_mode mode);
! 
! void trace_unset();
! 
! void trace_set(TOS_dbg_mode mode);
! 
  #endif



More information about the Tinyos-beta-commits mailing list