From a3ed6e9c7a90cd5dcffed397c894e480672d667c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Sat, 19 Feb 2005 21:34:03 +0000 Subject: 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 --- firmware/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/system.c') 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) { P10 &= 0x20; smsc_delay(); if (smsc_version() < 4) { - P6 |= 0x80; + P6 |= 0x08; P10 |= 0x20; } -- cgit v1.2.3