mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 16:53:57 -04:00
HAL_ChibiOS: fixed clock line on fmuv5 I2C4
there was a typo in the datasheet
This commit is contained in:
parent
f401dc1a77
commit
1c054f0e4a
@ -85,7 +85,7 @@ PF0 I2C2_SDA I2C2
|
||||
PH7 I2C3_SCL I2C3
|
||||
PH8 I2C3_SDA I2C3
|
||||
|
||||
PF14 I2C4_SCK I2C4
|
||||
PF14 I2C4_SCL I2C4
|
||||
PF15 I2C4_SDA I2C4
|
||||
|
||||
# order of I2C buses
|
||||
|
@ -804,7 +804,7 @@ AltFunction_map = {
|
||||
"PF13:DFSDM1_DATAIN6" : 6,
|
||||
"PF14:EVENTOUT" : 15,
|
||||
"PF14:FMC_A8" : 12,
|
||||
"PF14:I2C4_SCK" : 4,
|
||||
"PF14:I2C4_SCL" : 4,
|
||||
"PF14:DFSDM1_CKIN6" : 6,
|
||||
"PF15:EVENTOUT" : 15,
|
||||
"PF15:FMC_A9" : 12,
|
||||
|
Loading…
Reference in New Issue
Block a user