I2C EEPROM support #3860

helping build
This commit is contained in:
rusefillc 2022-02-06 21:26:22 -05:00
parent 55111d70d2
commit 3cf6a392cb
1 changed files with 2 additions and 2 deletions

View File

@ -501,11 +501,11 @@ void initHardware() {
return;
}
#if HAL_USE_I2C
#if STM32_I2C_USE_I2C3
if (engineConfiguration->useEeprom) {
i2cStart(&I2CD3, &i2cfg);
}
#endif // HAL_USE_I2C
#endif // STM32_I2C_USE_I2C3
boardInitHardware();