summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 778d99f4e9..8dcad6bae4 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -92,6 +92,10 @@ const char rec_base_directory[] = REC_BASE_DIR;
92#include "dsp.h" 92#include "dsp.h"
93#endif 93#endif
94 94
95#ifdef HAVE_WM8758
96#include "eq_menu.h"
97#endif
98
95#define CONFIG_BLOCK_VERSION 52 99#define CONFIG_BLOCK_VERSION 52
96#define CONFIG_BLOCK_SIZE 512 100#define CONFIG_BLOCK_SIZE 512
97#define RTC_BLOCK_SIZE 44 101#define RTC_BLOCK_SIZE 44