forked from len0rd/rockbox
Oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6875417fe2
commit
f64b52ae38
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ int ata_hard_reset(void)
|
|||
/* state HRR1 */
|
||||
or_b(0x02, &PADRH); /* negate _RESET */
|
||||
sleep(1); /* > 2ms */
|
||||
#elif config_cpu == MCF5249
|
||||
#elif CONFIG_CPU == MCF5249
|
||||
GPIO_OUT &= ~0x00080000;
|
||||
sleep(1); /* > 25us */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue