diff options
Diffstat (limited to 'common/miiphybb.c')
-rw-r--r-- | common/miiphybb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/miiphybb.c b/common/miiphybb.c index 8d18919..b4cbb70 100644 --- a/common/miiphybb.c +++ b/common/miiphybb.c @@ -134,7 +134,7 @@ int miiphy_read(unsigned char addr, /* check the turnaround bit: the PHY should be driving it to zero */ if(MDIO_READ != 0) { - /* printf("PHY didn't drive TA low\n"); */ + /* puts ("PHY didn't drive TA low\n"); */ for(j = 0; j < 32; j++) { MDC(0); |