From defa15b1bfdda638714e0b5ed077c7390b6eb260 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Thu, 22 Sep 2016 16:30:07 +0100 Subject: [PATCH] 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. --- .../sdk/source/libraries/fds/fds_types_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fds/fds_types_internal.h b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fds/fds_types_internal.h index a97a6af196..9429285333 100644 --- a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fds/fds_types_internal.h +++ b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fds/fds_types_internal.h @@ -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)