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:
parent
ab65694b57
commit
c7d061041d
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue