From a76be24813f770cedfee1144bfa3149e49790992 Mon Sep 17 00:00:00 2001 From: idgay Date: Wed, 23 Jul 2008 17:27:09 +0000 Subject: [PATCH] remove testing junk --- tos/system/SchedulerBasicP.nc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tos/system/SchedulerBasicP.nc b/tos/system/SchedulerBasicP.nc index 9f99fd66..aadd26e5 100644 --- a/tos/system/SchedulerBasicP.nc +++ b/tos/system/SchedulerBasicP.nc @@ -57,8 +57,6 @@ implementation uint8_t m_tail; 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 // manage atomicity to minimize chances for binary code bloat. -- 2.39.2