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:
parent
f6c8058695
commit
64c4f19811
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue