[Tinyos-2-commits] CVS: tinyos-2.x/tos/system SchedulerBasicP.nc, 1.9, 1.10
David Gay
idgay at users.sourceforge.net
Wed Jul 23 10:27:11 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13674/system
Modified Files:
SchedulerBasicP.nc
Log Message:
remove testing junk
Index: SchedulerBasicP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/SchedulerBasicP.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SchedulerBasicP.nc 23 Jul 2008 17:25:42 -0000 1.9
--- SchedulerBasicP.nc 23 Jul 2008 17:27:09 -0000 1.10
***************
*** 58,63 ****
uint8_t m_next[NUM_TASKS];
- #define v_head (*(volatile uint8_t *)&m_head)
-
// Helper functions (internal functions) intentionally do not have atomic
// sections. It is left as the duty of the exported interface functions to
--- 58,61 ----
More information about the Tinyos-2-commits
mailing list