From 01d4b4c99714f5e22d25e0a86dfd0e75824b1f3e Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 14 Feb 2009 16:19:21 +0000 Subject: Sansa Clip: enable battery charging. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20006 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 ca1085d..57f525d 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -106,7 +106,8 @@ #include "debug-target.h" #endif -#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) +#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \ + || defined(SANSA_CLIP) #include "ascodec.h" #include "as3514.h" #endif @@ -1758,7 +1759,7 @@ static bool view_battery(void) } lcd_puts(0, line++, buf); -#elif defined(SANSA_E200) || defined(SANSA_C200) +#elif defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_CLIP) const int first = CHARGE_STATE_DISABLED; static const char * const chrgstate_strings[] = { -- cgit v1.1