summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-11-27 02:48:41 +0000
committerThom Johansen <thomj@rockbox.org>2005-11-27 02:48:41 +0000
commit887e3a1f679ed42bc42dfc37f576791bada8b3d2 (patch)
treeca4905bd95ec8fecc1ad51cbf9394a9aec11847c
parentb0dc813bcfcc204bf3d10c433f590b6a94bfb55f (diff)
downloadrockbox-887e3a1f679ed42bc42dfc37f576791bada8b3d2.tar.gz
rockbox-887e3a1f679ed42bc42dfc37f576791bada8b3d2.zip
Fix red sim build, HAVE_RECORDING is not to be defined for sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8082 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index f6e3b78e01..6d19b44820 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -10,9 +10,6 @@
/* For Rolo and boot loader */
#define MODEL_NUMBER 1
-/* define this if you have recording possibility */
-#define HAVE_RECORDING 1
-
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP 1
@@ -71,6 +68,9 @@
#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
+/* define this if you have recording possibility */
+#define HAVE_RECORDING 1
+
/* Define this if the platform can charge batteries */
#define HAVE_CHARGING 1