From 70e3331fa1575e6b3dcba2711c81f0b1be404bb1 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 21 Feb 2003 01:12:00 +0000 Subject: Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ATA-poweroff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3312 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 88ed9e433c..1814e8d53b 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -13,9 +13,6 @@ /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F -/* Define this if you have ATA power-off control */ -#define HAVE_ATA_POWER_OFF - /* Define this if you have a FM Recorder key system */ #define HAVE_FMADC 1 @@ -28,8 +25,8 @@ /* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */ #define BATTERY_SCALE_FACTOR 8081 -/* Define this if you control power on PBDR (instead of PADR) */ -#define HAVE_POWEROFF_ON_PBDR +/* Define this if you control power on PB5 (instead of the OFF button) */ +#define HAVE_POWEROFF_ON_PB5 /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 20 -- cgit