1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2006-10-27 11:24:23 +00:00
parent 2c1eec5533
commit 77c915ad61
7 changed files with 41 additions and 41 deletions

View file

@ -67,7 +67,7 @@ int rtc_write_datetime(unsigned char* buf)
buf[4]=tmp;
for (i=0;i<7;i++){
ipod_i2c_send(0x51, 0x02+i,buf[i]);
pp_i2c_send(0x51, 0x02+i,buf[i]);
}
return 1;
}