summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-m200v4.h')
-rw-r--r--firmware/export/config-m200v4.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index b734f3e368..13dcec92ff 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -111,8 +111,6 @@
111/* define this if the unit should not shut down on low battery. */ 111/* define this if the unit should not shut down on low battery. */
112#define NO_LOW_BATTERY_SHUTDOWN 112#define NO_LOW_BATTERY_SHUTDOWN
113 113
114#ifndef SIMULATOR
115
116/* Define this if you have an AMS AS3525 */ 114/* Define this if you have an AMS AS3525 */
117#define CONFIG_CPU AS3525 115#define CONFIG_CPU AS3525
118 116
@@ -162,4 +160,3 @@
162 160
163#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ 161#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
164 162
165#endif /* SIMULATOR */