1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

PICO: i2cHardwareConfigure renamed to i2cPinConfigure

- possibly merge conflict introduced
This commit is contained in:
blckmn 2025-06-12 04:56:04 +10:00
parent ab65694b57
commit c7d061041d

View file

@ -59,7 +59,7 @@ const i2cHardware_t i2cHardware[I2CDEV_COUNT] = {
#endif
};
void i2cHardwareConfigure(const i2cConfig_t *i2cConfig)
void i2cPinConfigure(const i2cConfig_t *i2cConfig)
{
for (int index = 0 ; index < I2CDEV_COUNT ; index++) {
const i2cHardware_t *hardware = &i2cHardware[index];