[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/timer Timer.h,1.4,1.5
David Gay
idgay at users.sourceforge.net
Thu Jun 7 09:57:24 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/timer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7108/tos/lib/timer
Modified Files:
Timer.h
Log Message:
don't use empyty structs (non-standard)
Index: Timer.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/timer/Timer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Timer.h 12 Dec 2006 18:23:32 -0000 1.4
--- Timer.h 7 Jun 2007 16:57:22 -0000 1.5
***************
*** 27,33 ****
#define TIMER_H
! typedef struct { } TMilli;
! typedef struct { } T32khz;
! typedef struct { } TMicro;
#define UQ_TIMER_MILLI "HilTimerMilliC.Timer"
--- 27,33 ----
#define TIMER_H
! typedef struct { int notUsed; } TMilli;
! typedef struct { int notUsed; } T32khz;
! typedef struct { int notUsed; } TMicro;
#define UQ_TIMER_MILLI "HilTimerMilliC.Timer"
More information about the Tinyos-2-commits
mailing list