TARGET_MCU_NRF51822 - Comment unused variable.

The choice has been made to comment this variable instead of deleting it because
the macros values which use this variable are commented as well.
pull/2785/head
Vincent Coubard 2016-09-22 16:30:07 +01:00
parent bad230b67b
commit defa15b1bf
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
#define FDS_CMD_QUEUE_SIZE_GC (1)
static uint8_t m_nested_critical;
//static uint8_t m_nested_critical;
/** Macros to enable and disable application interrupts. */
#define CRITICAL_SECTION_ENTER() //sd_nvic_critical_region_enter(&m_nested_critical)