summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index ca1085d..57f525d 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -106,7 +106,8 @@
#include "debug-target.h"
#endif
-#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200)
+#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
+ || defined(SANSA_CLIP)
#include "ascodec.h"
#include "as3514.h"
#endif
@@ -1758,7 +1759,7 @@ static bool view_battery(void)
}
lcd_puts(0, line++, buf);
-#elif defined(SANSA_E200) || defined(SANSA_C200)
+#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP)
const int first = CHARGE_STATE_DISABLED;
static const char * const chrgstate_strings[] =
{