From d29a11b7a8f4ce230e9385a44f352a559bde753f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 8 May 2012 16:34:26 +0200 Subject: Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also move the definition to config.h Change-Id: I36bb5020c5e06b2344292bc05e8c13ccc7a6a1ff Reviewed-on: http://gerrit.rockbox.org/234 Reviewed-by: Nils Wallménius --- firmware/export/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/sound.h') diff --git a/firmware/export/sound.h b/firmware/export/sound.h index 7243f48e79..ba6120ce8f 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -138,11 +138,11 @@ void sound_set_pitch(int32_t pitch); int32_t sound_get_pitch(void); #endif -#ifdef HAVE_PITCHSCREEN +#ifdef HAVE_PITCHCONTROL /* precision of the pitch and speed variables */ /* One zero per decimal (100 means two decimal places */ #define PITCH_SPEED_PRECISION 100L #define PITCH_SPEED_100 (100L * PITCH_SPEED_PRECISION) /* 100% speed */ -#endif /* HAVE_PITCHSCREEN */ +#endif /* HAVE_PITCHCONTROL */ #endif -- cgit v1.2.3