summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiosp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiosp.h')
-rw-r--r--firmware/export/config-ondiosp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 0a270e8ae5..e3fe6c718f 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -1,5 +1,5 @@
1/* define this if you have recording possibility */ 1/* define this if you have recording possibility */
2#define HAVE_RECORDING 1 2/* #define HAVE_RECORDING */
3 3
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
@@ -17,7 +17,7 @@
17#define CONFIG_CPU SH7034 17#define CONFIG_CPU SH7034
18 18
19/* Define this if you have a MAS3539F */ 19/* Define this if you have a MAS3539F */
20#define CONFIG_HWCODEC MAS3587F /* will be MAS3539F once prepared */ 20#define CONFIG_HWCODEC MAS3539F
21 21
22/* Define this if you have a LiIon battery */ 22/* Define this if you have a LiIon battery */
23/* #define HAVE_LIION */ 23/* #define HAVE_LIION */