From 51cb7eb5f27d773db949d3491b544fdf42ff625c Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 17 Jan 2010 14:19:31 +0000 Subject: Sansa c200v2: enable battery charging git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24257 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index dd16a4e..5162fc5 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -109,7 +109,7 @@ #endif #if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \ - || defined(SANSA_CLIP) || defined(SANSA_FUZE) + || defined(SANSA_CLIP) || defined(SANSA_FUZE) || defined(SANSA_C200V2) #include "ascodec.h" #include "as3514.h" #endif @@ -1618,7 +1618,8 @@ static bool view_battery(void) lcd_puts(0, line++, "T Battery: ?"); } -#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || defined(SANSA_FUZE) +#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) || \ + defined(SANSA_FUZE) || defined (SANSA_C200V2) const int first = CHARGE_STATE_DISABLED; static const char * const chrgstate_strings[] = { -- cgit v1.1