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, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index e16d546bb6..b52f3d8ded 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1530,7 +1530,7 @@ bool set_option(const char* string, void* variable, enum optiontype type,
1530 return false; 1530 return false;
1531} 1531}
1532 1532
1533#if CONFIG_HWCODEC == MAS3587F 1533#ifdef HAVE_RECORDING
1534/* This array holds the record timer interval lengths, in seconds */ 1534/* This array holds the record timer interval lengths, in seconds */
1535static const unsigned long rec_timer_seconds[] = 1535static const unsigned long rec_timer_seconds[] =
1536{ 1536{