diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-08 13:05:02 +0000 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-08 13:05:02 +0000 |
commit | b1ee21d45e69600c169d9269ca09252ed2dc6708 (patch) | |
tree | 42e214048df0bc9a00d43ecc1e2bb9719ceae3e6 /firmware/export/config | |
parent | 59b1fbce36f831e37f33bb71b0b959d8f7b1d95d (diff) |
zenxfi/zenmozaic: put HAVE_HEADPHONE_DETECTION in config file
Otherwise it breaks the simulator build
Change-Id: I816a34920283fc16e9c08ed6abe5fa41c0671f0a
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/creativezenmozaic.h | 1 | ||||
-rw-r--r-- | firmware/export/config/creativezenxfi.h | 1 |
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 @@ #define HAVE_SW_TONE_CONTROLS #define CONFIG_KEYPAD CREATIVE_ZEN_PAD +#define HAVE_HEADPHONE_DETECTION /* Define this to enable morse code input */ #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 @@ #define HAVE_SW_TONE_CONTROLS #define CONFIG_KEYPAD CREATIVE_ZEN_PAD +#define HAVE_HEADPHONE_DETECTION /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT |