1
0
Fork 0
forked from len0rd/rockbox

Sansa c200v2: enable battery charging

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2010-01-17 14:19:31 +00:00
parent e3fc65cfff
commit 51cb7eb5f2
5 changed files with 65 additions and 5 deletions

View file

@ -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[] =
{