In STM32CubeMX, when I enable an I2C interface in SMBus mode (and no other I2C interfaces are enabled), the resulting code emitted in file stm32f4xx_hal_conf.h has this line commented out:/* #define HAL_I2C_MODULE_ENABLED */As a consequence, stm32f4...