1
0
Fork 0
forked from len0rd/rockbox

Remove #warning left over from debugging. Sorry about that.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7790 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-08 12:10:37 +00:00
parent f6c8058695
commit 64c4f19811

View file

@ -1273,7 +1273,6 @@ static int identify(void)
/* the IDENTIFY words are already swapped, so we need to treat
this info differently that normal sector data */
#if defined(ROCKBOX_BIG_ENDIAN) && !defined(SWAP_WORDS)
#warning Swapping ATA identify data
identify_info[i] = swap16(ATA_DATA);
#else
identify_info[i] = ATA_DATA;