cpu/kinetis_common: removed i2c_init_slave()

This commit is contained in:
Hauke Petersen 2015-10-20 16:58:06 +02:00
parent 3bd01d7516
commit 05ef9fee99

View File

@ -154,14 +154,6 @@ int i2c_init_master(i2c_t dev, i2c_speed_t speed)
return 0; return 0;
} }
int i2c_init_slave(i2c_t dev, uint8_t address)
{
/* TODO: implement slave mode */
(void) dev;
(void) address;
return -1;
}
/* /*
* Check for bus master arbitration lost. * Check for bus master arbitration lost.
* Arbitration is lost in the following circumstances: * Arbitration is lost in the following circumstances: