forked from len0rd/rockbox
Gmini
* advances in the handling of the smsc chip * moved stuff to where it belongs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6023 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8ec05779e3
commit
a3ed6e9c7a
4 changed files with 27 additions and 8 deletions
|
@ -257,13 +257,6 @@ void TIMER0(void)
|
|||
void TIMER0(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
/* Mess with smsc chip. No idea what for.
|
||||
*/
|
||||
if (smsc_version() < 4) {
|
||||
P6 |= 0x08;
|
||||
P10 |= 0x20;
|
||||
}
|
||||
|
||||
/* Keep alive (?)
|
||||
* If this is not done, power goes down when DC is unplugged.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue