I2C. Dead code removing.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3454 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-10-27 08:00:32 +00:00
parent 267e558ee4
commit 71ff7f78d2
1 changed files with 0 additions and 1 deletions

View File

@ -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;