forked from len0rd/rockbox
fix typo, thanks to Luka_S for catching this
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
21955350b4
commit
b6499f846a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ void ata_enable(bool on)
|
||||||
if (on)
|
if (on)
|
||||||
{
|
{
|
||||||
and_l(~(1<<4), &GPIO1_OUT);
|
and_l(~(1<<4), &GPIO1_OUT);
|
||||||
#ifndef BOOTLADER
|
#ifndef BOOTLOADER
|
||||||
if ( !init )
|
if ( !init )
|
||||||
{
|
{
|
||||||
ide_power_enable(false);
|
ide_power_enable(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue