summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-mini2440.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h
index 557f865454..a477236d19 100644
--- a/firmware/export/config-mini2440.h
+++ b/firmware/export/config-mini2440.h
@@ -107,12 +107,12 @@
107#define HAVE_BMP_SCALING 107#define HAVE_BMP_SCALING
108/* define this to enable JPEG decoding */ 108/* define this to enable JPEG decoding */
109#define HAVE_JPEG 109#define HAVE_JPEG
110/* RMC TODO: what is this for?? */
111/* define this if you have access to the pitchscreen */ 110/* define this if you have access to the pitchscreen */
112#define HAVE_PITCHSCREEN 111#define HAVE_PITCHSCREEN
113#define HAVE_QUICKSCREEN 112#define HAVE_QUICKSCREEN
114 113
115 114/* define this if you have a real-time clock */
115#define CONFIG_RTC RTC_S3C2440
116 116
117/* Define this if you do software codec */ 117/* Define this if you do software codec */
118#define CONFIG_CODEC SWCODEC 118#define CONFIG_CODEC SWCODEC