summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 92ef222d98..bb6dd1033a 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -107,7 +107,7 @@
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 || defined(SANSA_CLIP) || defined(SANSA_FUZE)
111#include "ascodec.h" 111#include "ascodec.h"
112#include "as3514.h" 112#include "as3514.h"
113#endif 113#endif
@@ -1765,7 +1765,7 @@ static bool view_battery(void)
1765 } 1765 }
1766 1766
1767 lcd_puts(0, line++, buf); 1767 lcd_puts(0, line++, buf);
1768#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) 1768#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || defined(SANSA_FUZE)
1769 const int first = CHARGE_STATE_DISABLED; 1769 const int first = CHARGE_STATE_DISABLED;
1770 static const char * const chrgstate_strings[] = 1770 static const char * const chrgstate_strings[] =
1771 { 1771 {