mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
hwdef: Restore I2C2 on HolybroG4_GPS
I2C2 was removed by mistake previously, causing LED Driver to not function.
This commit is contained in:
parent
5d1fbdf9d3
commit
1b6148cba8
@ -67,14 +67,14 @@ PA14 JTCK-SWCLK SWD
|
||||
PB7 I2C1_SDA I2C1
|
||||
PB8 I2C1_SCL I2C1
|
||||
|
||||
# I2C2 bus (unused)
|
||||
#PA8 I2C2_SDA I2C2
|
||||
#PA9 I2C2_SCL I2C2
|
||||
# I2C2 bus (LED Driver)
|
||||
PA8 I2C2_SDA I2C2
|
||||
PA9 I2C2_SCL I2C2
|
||||
|
||||
define HAL_I2C_INTERNAL_MASK 3
|
||||
|
||||
# I2C buses
|
||||
I2C_ORDER I2C1
|
||||
I2C_ORDER I2C1 I2C2
|
||||
|
||||
# one SPI bus (for IMU, unused)
|
||||
#PA5 SPI1_SCK SPI1
|
||||
|
Loading…
Reference in New Issue
Block a user