From 337f3a1b99a01f12ef0aea7bf67ddb727899d208 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 22 Jun 2005 23:24:45 +0000 Subject: Make the simulator builds know about software poweroff, for more consistent behaviour to the targets. Changed some #if conditions to better reflect the hardware. Fixes iriver sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6833 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index b7f8621f67..914ef60f79 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -14,6 +14,9 @@ /* define this if you have a real-time clock */ #define HAVE_RTC 1 +/* Define this if you have a software controlled poweroff */ +#define HAVE_SW_POWEROFF + #ifndef SIMULATOR /* Define this if you have a MAS3587F */ @@ -73,9 +76,6 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ -/* Define this if you have a software controlled poweroff */ -#define HAVE_SW_POWEROFF - #define CONFIG_LCD LCD_SSD1815 #define BOOTFILE_EXT ".ajz" -- cgit