mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
bad230b67b
commit
defa15b1bf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue