summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-19 21:34:03 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-19 21:34:03 +0000
commita3ed6e9c7a90cd5dcffed397c894e480672d667c (patch)
treebfe04a6aad8f8daa987b49fee195594ed0f49a45 /firmware/system.c
parent8ec05779e3cb42654fd774906561d586b4f1095e (diff)
downloadrockbox-a3ed6e9c7a90cd5dcffed397c894e480672d667c.zip
rockbox-a3ed6e9c7a90cd5dcffed397c894e480672d667c.tar.gz
rockbox-a3ed6e9c7a90cd5dcffed397c894e480672d667c.tar.bz2
rockbox-a3ed6e9c7a90cd5dcffed397c894e480672d667c.tar.xz
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
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 3ead7c6..9d3e2a0 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -142,7 +142,7 @@ static void extra_init(void) {
P10 &= 0x20;
smsc_delay();
if (smsc_version() < 4) {
- P6 |= 0x80;
+ P6 |= 0x08;
P10 |= 0x20;
}