summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 dd16a4ef4c..5162fc5cca 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -109,7 +109,7 @@
109#endif 109#endif
110 110
111#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \ 111#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
112 || defined(SANSA_CLIP) || defined(SANSA_FUZE) 112 || defined(SANSA_CLIP) || defined(SANSA_FUZE) || defined(SANSA_C200V2)
113#include "ascodec.h" 113#include "ascodec.h"
114#include "as3514.h" 114#include "as3514.h"
115#endif 115#endif
@@ -1618,7 +1618,8 @@ static bool view_battery(void)
1618 lcd_puts(0, line++, "T Battery: ?"); 1618 lcd_puts(0, line++, "T Battery: ?");
1619 } 1619 }
1620 1620
1621#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || defined(SANSA_FUZE) 1621#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || \
1622 defined(SANSA_FUZE) || defined (SANSA_C200V2)
1622 const int first = CHARGE_STATE_DISABLED; 1623 const int first = CHARGE_STATE_DISABLED;
1623 static const char * const chrgstate_strings[] = 1624 static const char * const chrgstate_strings[] =
1624 { 1625 {