aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-27 14:57:47 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-27 14:57:47 +0000
commitd16a6e24d95bdd9b2596e9494e2f7294d56fa070 (patch)
treea39532b47af113506a95ce0ad3f4fa1d14d65aa3 /os/hal/include
parentd0397838aeed91201230290ec052fe2f94840b56 (diff)
downloadChibiOS-d16a6e24d95bdd9b2596e9494e2f7294d56fa070.tar.gz
ChibiOS-d16a6e24d95bdd9b2596e9494e2f7294d56fa070.tar.bz2
ChibiOS-d16a6e24d95bdd9b2596e9494e2f7294d56fa070.zip
I2C. API changes. rw_bit field moved from slave config ctructure to the driver structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2845 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/i2c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h
index 53f4cd86a..3f9186125 100644
--- a/os/hal/include/i2c.h
+++ b/os/hal/include/i2c.h
@@ -161,8 +161,6 @@ struct I2CSlaveConfig{
*/
uint16_t address;
- //TODO: (is it need?) merge rw_bit, restart and address in one 16-bit variable.
- uint8_t rw_bit;
bool_t restart; // send restart if TRUE. Else sent stop event after complete data tx/rx