I2C. Remove dead variable.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2950 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-05-13 13:24:32 +00:00
parent 732eaa72c1
commit 07556a2d03
1 changed files with 0 additions and 1 deletions

View File

@ -602,7 +602,6 @@ void i2c_lld_master_receive(I2CDriver *i2cp){
*
*/
void i2c_lld_master_transceive(I2CDriver *i2cp){
uint32_t a, b;
// enable ERR, EVT & BUF ITs
i2cp->id_i2c->CR2 |= (I2C_CR2_ITERREN|I2C_CR2_ITEVTEN|I2C_CR2_ITBUFEN);
i2cp->id_i2c->CR1 |= I2C_CR1_ACK; // acknowledge returned