aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
diff options
context:
space:
mode:
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;