summaryrefslogtreecommitdiff
path: root/firmware/drivers/pcf50605.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/pcf50605.c')
-rw-r--r--firmware/drivers/pcf50605.c2
1 files changed, 1 insertions, 1 deletions
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)
85 85
86int pcf50605_write(int address, unsigned char val) 86int pcf50605_write(int address, unsigned char val)
87{ 87{
88 ipod_i2c_send(0x8, address, val); 88 pp_i2c_send(0x8, address, val);
89 return 0; 89 return 0;
90} 90}
91 91