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.tar.gz
rockbox-a3ed6e9c7a90cd5dcffed397c894e480672d667c.zip
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 3ead7c6be3..9d3e2a0dbd 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -142,7 +142,7 @@ static void extra_init(void) {
142 P10 &= 0x20; 142 P10 &= 0x20;
143 smsc_delay(); 143 smsc_delay();
144 if (smsc_version() < 4) { 144 if (smsc_version() < 4) {
145 P6 |= 0x80; 145 P6 |= 0x08;
146 P10 |= 0x20; 146 P10 |= 0x20;
147 } 147 }
148 148