summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index aec31c2b84..0903e66c6d 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -73,4 +73,7 @@
73/* Define this for LCD backlight available */ 73/* Define this for LCD backlight available */
74#define HAVE_BACKLIGHT 74#define HAVE_BACKLIGHT
75 75
76/* Define this if you have a software controlled poweroff */
77#define HAVE_SW_POWEROFF
78
76#endif /* SIMULATOR */ 79#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index f7cff94f5e..437f8682a8 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -70,4 +70,7 @@
70/* Define this if the MAS SIBI line can be controlled via PB8 */ 70/* Define this if the MAS SIBI line can be controlled via PB8 */
71#define HAVE_MAS_SIBI_CONTROL 71#define HAVE_MAS_SIBI_CONTROL
72 72
73/* Define this if you have a software controlled poweroff */
74#define HAVE_SW_POWEROFF
75
73#endif /* SIMULATOR */ 76#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 111787ffc9..9bf29f17a5 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -64,4 +64,7 @@
64/* Define this if the MAS SIBI line can be controlled via PB8 */ 64/* Define this if the MAS SIBI line can be controlled via PB8 */
65#define HAVE_MAS_SIBI_CONTROL 65#define HAVE_MAS_SIBI_CONTROL
66 66
67/* Define this if you have a software controlled poweroff */
68#define HAVE_SW_POWEROFF
69
67#endif /* SIMULATOR */ 70#endif /* SIMULATOR */