diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-27 08:00:32 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-27 08:00:32 +0000 |
commit | 71ff7f78d21d33ad39ecbbe356adca26d86de87b (patch) | |
tree | 2d8e0c8530534ab7c99124d359d246c767c8f9da /os | |
parent | 267e558ee47441126a6e54312a3529a8c4564f76 (diff) | |
download | ChibiOS-71ff7f78d21d33ad39ecbbe356adca26d86de87b.tar.gz ChibiOS-71ff7f78d21d33ad39ecbbe356adca26d86de87b.tar.bz2 ChibiOS-71ff7f78d21d33ad39ecbbe356adca26d86de87b.zip |
I2C. Dead code removing.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3454 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32/i2c_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.h b/os/hal/platforms/STM32/i2c_lld.h index 548b5418e..b66ba5d6a 100644 --- a/os/hal/platforms/STM32/i2c_lld.h +++ b/os/hal/platforms/STM32/i2c_lld.h @@ -164,7 +164,6 @@ typedef struct { i2cdutycycle_t duty_cycle; /**< @brief Specifies the I2C fast mode duty cycle */ uint8_t own_addr_7; /**< @brief Specifies the first device 7-bit own address. */ uint16_t own_addr_10; /**< @brief Specifies the second part of device own address in 10-bit mode. Set to NULL if not used. */ - uint16_t ack; /**< @brief Enables or disables the acknowledgment. */ uint8_t nbit_own_addr; /**< @brief Specifies if 7-bit or 10-bit address is acknowledged */ } I2CConfig; |