File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
features/storage/FEATURE_STORAGE/cfstore/source Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 29
29
* so it can be called by the C-HAL implementation configuration_store.c
30
30
*/
31
31
32
+ #ifndef CFSTORE_SVM_VOL_01_START_OFFSET
32
33
#define CFSTORE_SVM_VOL_01_START_OFFSET 0x80000UL
34
+ #endif
35
+
36
+ #ifndef CFSTORE_SVM_VOL_01_SIZE
33
37
#define CFSTORE_SVM_VOL_01_SIZE 0x80000UL
38
+ #endif
34
39
35
40
#ifdef CFSTORE_CONFIG_BACKEND_FLASH_ENABLED
36
41
extern ARM_DRIVER_STORAGE ARM_Driver_Storage_MTD_K64F;
@@ -39,7 +44,7 @@ static ARM_DRIVER_STORAGE *cfstore_svm_storage_drv = &ARM_Driver_Storage_MTD_K64
39
44
#endif /* CFSTORE_CONFIG_BACKEND_FLASH_ENABLED */
40
45
41
46
/* the storage volume manager instance used to generate virtual mtd descriptors */
42
- static StorageVolumeManager volumeManager;
47
+ StorageVolumeManager volumeManager;
43
48
44
49
/* used only for the initialization of the volume-manager. */
45
50
static void cfstore_svm_volume_manager_initialize_callback (int32_t status)
You can’t perform that action at this time.
0 commit comments