Skip to content

Commit defa15b

Browse files
committed
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.
1 parent bad230b commit defa15b

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fds

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fds/fds_types_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#define FDS_CMD_QUEUE_SIZE_GC (1)
6969

7070

71-
static uint8_t m_nested_critical;
71+
//static uint8_t m_nested_critical;
7272

7373
/** Macros to enable and disable application interrupts. */
7474
#define CRITICAL_SECTION_ENTER() //sd_nvic_critical_region_enter(&m_nested_critical)

0 commit comments

Comments
 (0)