summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-12 11:00:19 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-12 11:00:19 +0000
commit0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07 (patch)
tree70627c231bc98f806bfd0fb7e7b1af58432df819 /firmware/export/config-ondiofm.h
parent2e9412025b2f84b86a855c05beb748bc2e585525 (diff)
downloadrockbox-0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07.tar.gz
rockbox-0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07.zip
Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can safely turn off the player by holding OFF.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5259 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index f7cff94f5e..437f8682a8 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -70,4 +70,7 @@
70/* Define this if the MAS SIBI line can be controlled via PB8 */ 70/* Define this if the MAS SIBI line can be controlled via PB8 */
71#define HAVE_MAS_SIBI_CONTROL 71#define HAVE_MAS_SIBI_CONTROL
72 72
73/* Define this if you have a software controlled poweroff */
74#define HAVE_SW_POWEROFF
75
73#endif /* SIMULATOR */ 76#endif /* SIMULATOR */