aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 14:36:51 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 14:36:51 +0000
commit3f685aa996b5fd8af4ea87b67c32fa2ce311c273 (patch)
treeb9eda0119e50d7afa83934840eef433c01b90c65 /os/hal/platforms/STM32/i2c_lld.h
parentc498fdc4d64f1de8706f9d3b224dc244c5e91dc2 (diff)
downloadChibiOS-3f685aa996b5fd8af4ea87b67c32fa2ce311c273.tar.gz
ChibiOS-3f685aa996b5fd8af4ea87b67c32fa2ce311c273.tar.bz2
ChibiOS-3f685aa996b5fd8af4ea87b67c32fa2ce311c273.zip
I2C. Merged changes from i2c_lld_2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3729 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.h')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.h b/os/hal/platforms/STM32/i2c_lld.h
index dc21731b0..c395d46d5 100644
--- a/os/hal/platforms/STM32/i2c_lld.h
+++ b/os/hal/platforms/STM32/i2c_lld.h
@@ -342,14 +342,6 @@ struct I2CDriver{
*/
Thread *thread;
/**
- * @brief Number of bytes to receive in the receive phase.
- */
- size_t rxbytes;
- /**
- * @brief Pointer to receive buffer.
- */
- uint8_t *rxbuf;
- /**
* @brief Current slave address without R/W bit.
*/
i2caddr_t addr;