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) | |
| download | rockbox-b1ee21d45e69600c169d9269ca09252ed2dc6708.zip rockbox-b1ee21d45e69600c169d9269ca09252ed2dc6708.tar.gz rockbox-b1ee21d45e69600c169d9269ca09252ed2dc6708.tar.bz2 rockbox-b1ee21d45e69600c169d9269ca09252ed2dc6708.tar.xz | |
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 329fb26..cb60cd3 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 b38d455..8594d70 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 |