mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
e3fc65cfff
commit
51cb7eb5f2
5 changed files with 65 additions and 5 deletions
|
@ -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[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue