summaryrefslogtreecommitdiff
path: root/firmware/export/config-lyre_proto1.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-lyre_proto1.h')
-rw-r--r--firmware/export/config-lyre_proto1.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-lyre_proto1.h b/firmware/export/config-lyre_proto1.h
index d157f5be2d..250b8e2c00 100644
--- a/firmware/export/config-lyre_proto1.h
+++ b/firmware/export/config-lyre_proto1.h
@@ -84,8 +84,6 @@
84#define BATTERY_CAPACITY_INC 100 /* capacity increment */ 84#define BATTERY_CAPACITY_INC 100 /* capacity increment */
85#define BATTERY_TYPES_COUNT 1 /* only one type */ 85#define BATTERY_TYPES_COUNT 1 /* only one type */
86 86
87#ifndef SIMULATOR
88
89#define CONFIG_CPU AT91SAM9260 87#define CONFIG_CPU AT91SAM9260
90 88
91/* Define this to the CPU frequency */ 89/* Define this to the CPU frequency */
@@ -103,4 +101,3 @@
103#define BOOTFILE "rockbox." BOOTFILE_EXT 101#define BOOTFILE "rockbox." BOOTFILE_EXT
104#define BOOTDIR "/.rockbox" 102#define BOOTDIR "/.rockbox"
105 103
106#endif