Forgot a file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3ee23bab61
commit
722f46af46
1 changed files with 5 additions and 0 deletions
|
@ -165,6 +165,11 @@
|
|||
/* Hardware controlled charging with monitoring */
|
||||
#define CONFIG_CHARGING CHARGING_MONITOR
|
||||
|
||||
#ifndef ONDA_VX777 /* Doesn't have any physical buttons */
|
||||
/* There is only USB charging */
|
||||
#define HAVE_USB_POWER
|
||||
#endif
|
||||
|
||||
#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue