Revision db6bd9f8 modules/NUCLEO-L476RG/mcuconf.h

View differences:

modules/NUCLEO-L476RG/mcuconf.h
181 181
/*
182 182
 * I2C driver system settings.
183 183
 */
184
#define STM32_I2C_USE_I2C1                  FALSE
184
#define STM32_I2C_USE_I2C1                  TRUE
185 185
#define STM32_I2C_USE_I2C2                  FALSE
186
#define STM32_I2C_USE_I2C3                  TRUE
186
#define STM32_I2C_USE_I2C3                  FALSE
187 187
#define STM32_I2C_BUSY_TIMEOUT              50
188 188
#define STM32_I2C_I2C1_RX_DMA_STREAM        STM32_DMA_STREAM_ID(1, 7)
189 189
#define STM32_I2C_I2C1_TX_DMA_STREAM        STM32_DMA_STREAM_ID(1, 6)

Also available in: Unified diff