summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-12 11:20:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-12 11:20:59 +0000
commitdf3d5ae059fe3807175388e396afb4c7dd5a630a (patch)
treeeeb9e1b915632cea98b945e82045fcb6534f3d03 /firmware/export/config-recorderv2.h
parent0b3ea1bfcba0e56e72cacfcb88944dcf2e3b3a07 (diff)
downloadrockbox-df3d5ae059fe3807175388e396afb4c7dd5a630a.tar.gz
rockbox-df3d5ae059fe3807175388e396afb4c7dd5a630a.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@5260 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 8addf78858..575a88fd7c 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -73,4 +73,7 @@
/* Define this for LCD backlight available */
#define HAVE_BACKLIGHT
+/* Define this if you have a software controlled poweroff */
+#define HAVE_SW_POWEROFF
+
#endif /* SIMULATOR */