summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 53bb7f2bc4..c7bdf2ae88 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -76,4 +76,7 @@
76/* Define this if you have a software controlled poweroff */ 76/* Define this if you have a software controlled poweroff */
77#define HAVE_SW_POWEROFF 77#define HAVE_SW_POWEROFF
78 78
79/* define this if more than one device/partition can be used */
80#define HAVE_MULTIVOLUME
81
79#endif /* SIMULATOR */ 82#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 9bf29f17a5..6b6251a627 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -67,4 +67,7 @@
67/* Define this if you have a software controlled poweroff */ 67/* Define this if you have a software controlled poweroff */
68#define HAVE_SW_POWEROFF 68#define HAVE_SW_POWEROFF
69 69
70/* define this if more than one device/partition can be used */
71#define HAVE_MULTIVOLUME
72
70#endif /* SIMULATOR */ 73#endif /* SIMULATOR */