Removed redundant #else blocks
This commit is contained in:
parent
88c6689e38
commit
fa5a38666b
|
@ -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 */
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue