forked from len0rd/rockbox
Fixed misspelled preprocessor directive (bug #685179)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39f7b66ca4
commit
f1a6855742
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ void settings_apply(void)
|
||||||
backlight_set_on_when_charging(global_settings.backlight_on_when_charging);
|
backlight_set_on_when_charging(global_settings.backlight_on_when_charging);
|
||||||
ata_spindown(global_settings.disk_spindown);
|
ata_spindown(global_settings.disk_spindown);
|
||||||
|
|
||||||
#ifdef ATA_POWER_OFF
|
#ifdef HAVE_ATA_POWER_OFF
|
||||||
ata_poweroff(global_settings.disk_poweroff);
|
ata_poweroff(global_settings.disk_poweroff);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue