mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fuzev2: fix normal build: enable charging properly, disable FM, use as3525v2 cpu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25354 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
148a5fb631
commit
6fa93436ea
2 changed files with 5 additions and 5 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#define CHARGER_TOTAL_TIMER (4*3600*2)
|
||||
#define ADC_BATTERY ADC_BVDD
|
||||
|
||||
#elif defined(SANSA_FUZE)
|
||||
#elif defined(SANSA_FUZE) || defined(SANSA_FUZEV2) /* FIXME */
|
||||
|
||||
/* Check if topped-off and monitor voltage while plugged. */
|
||||
#define BATT_FULL_VOLTAGE 4160
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue