summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-08 23:34:43 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-08 23:34:43 +0000
commitd1ed7c37b130500cc3c5b5ed4390192f623abd5d (patch)
treef1e7a9190be5c9764ad1c28b1c4318fb8201fc86 /firmware/export/config-player.h
parent75c7ac80e8540be0f581c3ad4d92b748f9649618 (diff)
downloadrockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.tar.gz
rockbox-d1ed7c37b130500cc3c5b5ed4390192f623abd5d.zip
No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16570 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index b9e3035951..c69fe8cfcb 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -46,7 +46,7 @@
46 46
47/* Uncomment this if you want to enable ATA power-off control. 47/* Uncomment this if you want to enable ATA power-off control.
48 * Attention, some players crash when ATA power-off is enabled! */ 48 * Attention, some players crash when ATA power-off is enabled! */
49//#define HAVE_ATA_POWER_OFF 49#define HAVE_ATA_POWER_OFF
50 50
51/* Define this if you control ata power player style 51/* Define this if you control ata power player style
52 (with PB4, new player only) */ 52 (with PB4, new player only) */