summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index abc7740919..f9e6054973 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -78,6 +78,9 @@
78#endif 78#endif
79#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR) 79#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR)
80#include "pcm_record.h" 80#include "pcm_record.h"
81#endif
82
83#ifdef BUTTON_REC
81#define SETTINGS_RESET BUTTON_REC 84#define SETTINGS_RESET BUTTON_REC
82#endif 85#endif
83 86