diff options
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r-- | apps/debug_menu.c | 4 |
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 @@ #endif #if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \ - || defined(SANSA_CLIP) + || defined(SANSA_CLIP) || defined(SANSA_FUZE) #include "ascodec.h" #include "as3514.h" #endif @@ -1765,7 +1765,7 @@ static bool view_battery(void) } lcd_puts(0, line++, buf); -#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) +#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || defined(SANSA_FUZE) const int first = CHARGE_STATE_DISABLED; static const char * const chrgstate_strings[] = { |