Fix a stray debug that I committed accidentally years ago...
This commit is contained in:
parent
a9d8437c6d
commit
5af29dd303
@ -284,7 +284,6 @@ at91_twi_rst_card(device_t dev, u_char speed, u_char addr, u_char *oldaddr)
|
||||
WR4(sc, TWI_CR, TWI_CR_SWRST);
|
||||
WR4(sc, TWI_CR, TWI_CR_MSEN | TWI_CR_SVDIS);
|
||||
WR4(sc, TWI_CWGR, sc->cwgr);
|
||||
printf("setting cwgr to %#x\n", sc->cwgr);
|
||||
AT91_TWI_UNLOCK(sc);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user