summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 39bb9b4d26..56dcd0af09 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -154,10 +154,12 @@ static const char off_on_ask[] = "off,on,ask";
154static const char graphic_numeric[] = "graphic,numeric"; 154static const char graphic_numeric[] = "graphic,numeric";
155static const char off_number_spell_hover[] = "off,number,spell,hover"; 155static const char off_number_spell_hover[] = "off,number,spell,hover";
156 156
157#ifdef HAVE_RECORDING
157/* keep synchronous to trig_durations and 158/* keep synchronous to trig_durations and
158 trigger_times in settings_apply_trigger */ 159 trigger_times in settings_apply_trigger */
159static const char trig_durations_conf [] = 160static const char trig_durations_conf [] =
160 "0s,1s,2s,5s,10s,15s,20s,25s,30s,1min,2min,5min,10min"; 161 "0s,1s,2s,5s,10s,15s,20s,25s,30s,1min,2min,5min,10min";
162#endif
161 163
162/* the part of the settings which ends up in the RTC RAM, where available 164/* the part of the settings which ends up in the RTC RAM, where available
163 (those we either need early, save frequently, or without spinup) */ 165 (those we either need early, save frequently, or without spinup) */