From ea0d2cf7d6587a25030aeadc9240800b120ed89b Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 25 Jul 2007 06:15:07 +0000 Subject: Some rewriting of the e200 ata driver. No more panicing. Faster card multiplexing. Some calculated yielding (further tuneable if needed). Hopefully more reliable in general. Easy revert if rebellious. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13976 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/hotswap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/hotswap.h') diff --git a/firmware/export/hotswap.h b/firmware/export/hotswap.h index c6a657d731..4a1b1717ca 100644 --- a/firmware/export/hotswap.h +++ b/firmware/export/hotswap.h @@ -21,7 +21,7 @@ typedef struct { - bool initialized; + int initialized; unsigned char bitrate_register; unsigned long read_timeout; /* n * 8 clock cycles */ unsigned long write_timeout; /* n * 8 clock cycles */ -- cgit v1.2.3