summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-h120.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 285ab88930..91b2cb7658 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -100,6 +100,9 @@
100/* Define this if you want to use coldfire's i2c interface */ 100/* Define this if you want to use coldfire's i2c interface */
101#define CONFIG_I2C I2C_COLDFIRE 101#define CONFIG_I2C I2C_COLDFIRE
102 102
103/* Define this if you can run rockbox from flash memory */
104#define HAVE_FLASHED_ROCKBOX
105
103/* Define if we have a hardware defect that causes ticking on the audio line */ 106/* Define if we have a hardware defect that causes ticking on the audio line */
104#define HAVE_REMOTE_LCD_TICKING 107#define HAVE_REMOTE_LCD_TICKING
105 108
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index b22ff0eb22..ad73f379b9 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -102,6 +102,9 @@
102#define BATTERY_TYPES_COUNT 1 /* only one type */ 102#define BATTERY_TYPES_COUNT 1 /* only one type */
103#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 103#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
104 104
105/* Define this if you can run rockbox from flash memory */
106#define HAVE_FLASHED_ROCKBOX
107
105/* Define if we have a hardware defect that causes ticking on the audio line */ 108/* Define if we have a hardware defect that causes ticking on the audio line */
106#define HAVE_REMOTE_LCD_TICKING 109#define HAVE_REMOTE_LCD_TICKING
107 110