diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2013-02-23 21:00:30 +0100 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2013-10-18 22:56:49 +0200 |
commit | 4ead0344c678cd86dd283f556ef2048306054429 (patch) | |
tree | 2b44be82371a82c71e471a9dfc28b4d97bbd3399 /firmware/export/config | |
parent | 513914c347a4e59bafff5b1cae60e465845c948e (diff) |
Disable LCD_FLIP and MORSE_INPUT on recorder to make it build.
Disabling these two settings makes the image small enough to build again.
This build has been broken for long enough without any better solution
actually being worked on, so I think this is much better than nothing.
Change-Id: I77c34c1e714fb6e132ed0ce39f0917779efe1125
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/archosrecorder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/archosrecorder.h b/firmware/export/config/archosrecorder.h index b23c82e5a7..fb11ac52ba 100644 --- a/firmware/export/config/archosrecorder.h +++ b/firmware/export/config/archosrecorder.h @@ -14,7 +14,7 @@ #define HAVE_LCD_BITMAP /* define this if you can flip your LCD */ -#define HAVE_LCD_FLIP +//#define HAVE_LCD_FLIP /* define this if you can invert the colours on your LCD */ #define HAVE_LCD_INVERT @@ -48,7 +48,7 @@ #define CONFIG_KEYPAD RECORDER_PAD /* Define this to enable morse code input */ -#define HAVE_MORSE_INPUT +//#define HAVE_MORSE_INPUT /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_M41ST84W |