summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-11-08 13:05:02 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-11-08 13:05:02 +0000
commitb1ee21d45e69600c169d9269ca09252ed2dc6708 (patch)
tree42e214048df0bc9a00d43ecc1e2bb9719ceae3e6 /firmware/export
parent59b1fbce36f831e37f33bb71b0b959d8f7b1d95d (diff)
downloadrockbox-b1ee21d45e69600c169d9269ca09252ed2dc6708.tar.gz
rockbox-b1ee21d45e69600c169d9269ca09252ed2dc6708.zip
zenxfi/zenmozaic: put HAVE_HEADPHONE_DETECTION in config file
Otherwise it breaks the simulator build Change-Id: I816a34920283fc16e9c08ed6abe5fa41c0671f0a
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/creativezenmozaic.h1
-rw-r--r--firmware/export/config/creativezenxfi.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenmozaic.h b/firmware/export/config/creativezenmozaic.h
index 329fb26c5c..cb60cd3cab 100644
--- a/firmware/export/config/creativezenmozaic.h
+++ b/firmware/export/config/creativezenmozaic.h
@@ -82,6 +82,7 @@
82#define HAVE_SW_TONE_CONTROLS 82#define HAVE_SW_TONE_CONTROLS
83 83
84#define CONFIG_KEYPAD CREATIVE_ZEN_PAD 84#define CONFIG_KEYPAD CREATIVE_ZEN_PAD
85#define HAVE_HEADPHONE_DETECTION
85 86
86/* Define this to enable morse code input */ 87/* Define this to enable morse code input */
87#define HAVE_MORSE_INPUT 88#define HAVE_MORSE_INPUT
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index b38d455e4d..8594d7088a 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -86,6 +86,7 @@
86#define HAVE_SW_TONE_CONTROLS 86#define HAVE_SW_TONE_CONTROLS
87 87
88#define CONFIG_KEYPAD CREATIVE_ZEN_PAD 88#define CONFIG_KEYPAD CREATIVE_ZEN_PAD
89#define HAVE_HEADPHONE_DETECTION
89 90
90/* Define this to enable morse code input */ 91/* Define this to enable morse code input */
91#define HAVE_MORSE_INPUT 92#define HAVE_MORSE_INPUT