1
0
Fork 0
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:
Marcin Bukat 2010-12-16 22:38:59 +00:00
parent 21955350b4
commit b6499f846a

View file

@ -52,7 +52,7 @@ void ata_enable(bool on)
if (on)
{
and_l(~(1<<4), &GPIO1_OUT);
#ifndef BOOTLADER
#ifndef BOOTLOADER
if ( !init )
{
ide_power_enable(false);