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 ca1085d67e..57f525df70 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -106,7 +106,8 @@
106#include "debug-target.h" 106#include "debug-target.h"
107#endif 107#endif
108 108
109#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) 109#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
110 || defined(SANSA_CLIP)
110#include "ascodec.h" 111#include "ascodec.h"
111#include "as3514.h" 112#include "as3514.h"
112#endif 113#endif
@@ -1758,7 +1759,7 @@ static bool view_battery(void)
1758 } 1759 }
1759 1760
1760 lcd_puts(0, line++, buf); 1761 lcd_puts(0, line++, buf);
1761#elif defined(SANSA_E200) || defined(SANSA_C200) 1762#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP)
1762 const int first = CHARGE_STATE_DISABLED; 1763 const int first = CHARGE_STATE_DISABLED;
1763 static const char * const chrgstate_strings[] = 1764 static const char * const chrgstate_strings[] =
1764 { 1765 {