From fa5a38666b68dcbca910498e24f3b80497d4e0f8 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 7 Sep 2012 14:32:37 +0100 Subject: [PATCH] Removed redundant #else blocks --- cpu/cc2430/dev/clock.c | 1 - cpu/cc253x/dev/clock.c | 1 - 2 files changed, 2 deletions(-) diff --git a/cpu/cc2430/dev/clock.c b/cpu/cc2430/dev/clock.c index 92867e8b3..619db2f93 100644 --- a/cpu/cc2430/dev/clock.c +++ b/cpu/cc2430/dev/clock.c @@ -47,7 +47,6 @@ /*---------------------------------------------------------------------------*/ #if CLOCK_CONF_STACK_FRIENDLY volatile __bit sleep_flag; -#else #endif /*---------------------------------------------------------------------------*/ /* Used in sleep timer interrupt for calculating the next interrupt time */ diff --git a/cpu/cc253x/dev/clock.c b/cpu/cc253x/dev/clock.c index e91fcb962..e82def45c 100644 --- a/cpu/cc253x/dev/clock.c +++ b/cpu/cc253x/dev/clock.c @@ -49,7 +49,6 @@ /*---------------------------------------------------------------------------*/ #if CLOCK_CONF_STACK_FRIENDLY volatile uint8_t sleep_flag; -#else #endif /*---------------------------------------------------------------------------*/ /* Do NOT remove the absolute address and do NOT remove the initialiser here */