From 77c915ad61c654d6ef8f49e801ca9136f7cec49d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Oct 2006 11:24:23 +0000 Subject: Renamed the ipod_i2c functions to the more appropriate pp_i2c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11361 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/pcf50605.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/pcf50605.c') diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c index 0f71229964..61c52a14f5 100644 --- a/firmware/drivers/pcf50605.c +++ b/firmware/drivers/pcf50605.c @@ -85,7 +85,7 @@ int pcf50605_read_multiple(int address, unsigned char* buf, int count) int pcf50605_write(int address, unsigned char val) { - ipod_i2c_send(0x8, address, val); + pp_i2c_send(0x8, address, val); return 0; } -- cgit v1.2.3