Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/ble/mesh/Inc/pal_nvm.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/mesh/Inc/pal_nvm.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/pal_nvm.h b/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/pal_nvm.h
index 1a179fd25..088fd4c2c 100644
--- a/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/pal_nvm.h
+++ b/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/pal_nvm.h
@@ -2,8 +2,8 @@
******************************************************************************
* @file pal_nvm.h
* @author BLE Mesh Team
-* @version V1.10.000
-* @date 15-Jan-2019
+* @version V1.12.000
+* @date 06-12-2019
* @brief Header file for pal_nvm.c
******************************************************************************
* @attention
@@ -51,11 +51,12 @@
/* Includes ------------------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
-/* Exported variables ------------------------------------------------------- */
+/* Exported variables -------------------------------------------------------*/
extern const void* mobleNvmBase;
/* Private define ------------------------------------------------------------*/
-#define NVM_BASE ((unsigned int)mobleNvmBase)
+#define NVM_BASE ((unsigned int)mobleNvmBase)
+#define NVM_SIZE 8192U
typedef enum
{