From 2403f38c1fd8bc35d4d8e4b12047265366fbf1b7 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 29 Dec 2011 14:55:49 +0000 Subject: RDS: Use a define that doesn't imply any particular hardware dependency. Theoretically, anything with the capability could implement the decoding action in an ISR on any radio chip supporting RDS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31464 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/gigabeats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/gigabeats.h') diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 9a34791ab1..481a666b4b 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -90,7 +90,7 @@ #define CONFIG_TUNER SI4700 #define HAVE_RDS_CAP -#define SI4700_RDS_ASYNC +#define RDS_ISR_PROCESSING /* Define this if you have the WM8978 audio codec */ #define HAVE_WM8978 -- cgit v1.2.3