From: Christopher H. <ch...@us...> - 2003-01-24 10:03:33
|
Update of /cvsroot/blob/blob/src/lib In directory sc8-pr-cvs1:/tmp/cvs-serv14646 Modified Files: i2c-gpio.c Log Message: Remove old comment. Index: i2c-gpio.c =================================================================== RCS file: /cvsroot/blob/blob/src/lib/i2c-gpio.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- i2c-gpio.c 2 May 2002 01:45:39 -0000 1.2 +++ i2c-gpio.c 24 Jan 2003 10:03:29 -0000 1.3 @@ -120,7 +120,6 @@ /* float high */ GPDR &= ~(private->scl_gpio); - /* ### this should timeout and return -ETIMEOUT */ while (!get_scl(bus)) { if (i++ > 10) { DPRINTF(__FUNCTION__ ": scl did not go high\n"); |