Skip to content

Commit

Permalink
cpu/kinetis_common: removed i2c_init_slave()
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Oct 20, 2015
1 parent 3bd01d7 commit 05ef9fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cpu/kinetis_common/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ int i2c_init_master(i2c_t dev, i2c_speed_t speed)
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.
* Arbitration is lost in the following circumstances:
Expand Down

0 comments on commit 05ef9fe

Please sign in to comment.