summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index e98b60c9fc..6d5fbabbdf 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -70,6 +70,9 @@
70 70
71#ifndef SIMULATOR 71#ifndef SIMULATOR
72 72
73/* Define this if your LCD can be enabled/disabled */
74#define HAVE_LCD_ENABLE
75
73/* Define this if you have a Motorola SCF5249 */ 76/* Define this if you have a Motorola SCF5249 */
74#define CONFIG_CPU MCF5249 77#define CONFIG_CPU MCF5249
75 78
@@ -126,4 +129,4 @@
126/* define this if the unit can be powered or charged via USB */ 129/* define this if the unit can be powered or charged via USB */
127#define HAVE_USB_POWER 130#define HAVE_USB_POWER
128 131
129#endif 132#endif /* SIMULATOR */