Removed redundant #else blocks

This commit is contained in:
George Oikonomou 2012-09-07 14:32:37 +01:00
parent 88c6689e38
commit fa5a38666b
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
#if CLOCK_CONF_STACK_FRIENDLY #if CLOCK_CONF_STACK_FRIENDLY
volatile __bit sleep_flag; volatile __bit sleep_flag;
#else
#endif #endif
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Used in sleep timer interrupt for calculating the next interrupt time */ /* Used in sleep timer interrupt for calculating the next interrupt time */

View File

@ -49,7 +49,6 @@
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
#if CLOCK_CONF_STACK_FRIENDLY #if CLOCK_CONF_STACK_FRIENDLY
volatile uint8_t sleep_flag; volatile uint8_t sleep_flag;
#else
#endif #endif
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Do NOT remove the absolute address and do NOT remove the initialiser here */ /* Do NOT remove the absolute address and do NOT remove the initialiser here */