From c0edce8f5c51508ccaef9bb8460205b0ea2c9438 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 20 Sep 2010 19:37:17 +0000 Subject: iap: make variable serbuf non-global git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28128 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/tuner/ipod_remote_tuner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/drivers') diff --git a/firmware/drivers/tuner/ipod_remote_tuner.c b/firmware/drivers/tuner/ipod_remote_tuner.c index a20735402e..92fcd902ab 100644 --- a/firmware/drivers/tuner/ipod_remote_tuner.c +++ b/firmware/drivers/tuner/ipod_remote_tuner.c @@ -57,7 +57,7 @@ static void rmt_tuner_signal_power(unsigned char value) tuner_signal_power = (int)(value); } -void rmt_tuner_freq(void) +void rmt_tuner_freq(const unsigned char *serbuf) { char tempdata[4]; tempdata[0] = serbuf[6]; @@ -285,7 +285,7 @@ static bool reply_timeout(void) return (timeout >= TIMEOUT_VALUE); } -void rmt_tuner_rds_data(void) +void rmt_tuner_rds_data(const unsigned char *serbuf) { if (serbuf[3] == 0x1E) { -- cgit v1.2.3