We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1f439 commit f894040Copy full SHA for f894040
features/storage/FEATURE_STORAGE/cfstore/source/cfstore_svm.cpp
@@ -41,8 +41,6 @@
41
extern ARM_DRIVER_STORAGE ARM_Driver_Storage_MTD_K64F;
42
static ARM_DRIVER_STORAGE *cfstore_svm_storage_drv = &ARM_Driver_Storage_MTD_K64F;
43
44
-#endif /* CFSTORE_CONFIG_BACKEND_FLASH_ENABLED */
45
-
46
/* the storage volume manager instance used to generate virtual mtd descriptors */
47
StorageVolumeManager volumeManager;
48
@@ -79,3 +77,6 @@ int32_t cfstore_svm_init(struct _ARM_DRIVER_STORAGE *storage_mtd)
79
77
}
80
78
return ret;
81
+
+#endif /* CFSTORE_CONFIG_BACKEND_FLASH_ENABLED */
82
0 commit comments