1
0
Fork 0
forked from len0rd/rockbox
* 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:
Jean-Philippe Bernardy 2005-02-19 21:34:03 +00:00
parent 8ec05779e3
commit a3ed6e9c7a
4 changed files with 27 additions and 8 deletions

View file

@ -142,7 +142,7 @@ static void extra_init(void) {
P10 &= 0x20;
smsc_delay();
if (smsc_version() < 4) {
P6 |= 0x80;
P6 |= 0x08;
P10 |= 0x20;
}