Skip to content
Snippets Groups Projects
Commit 2ab5dc29 authored by DanielePettenuzzo's avatar DanielePettenuzzo Committed by Lorenz Meier
Browse files

fmu-v5: remove i2c3 as bus expansion because used just for internal mag (ONBOARD)

parent 7a760ee5
No related branches found
No related tags found
No related merge requests found
......@@ -228,10 +228,9 @@
#define PX4_I2C_BUS_EXPANSION 1
#define PX4_I2C_BUS_EXPANSION1 2
#define PX4_I2C_BUS_EXPANSION2 3
#define PX4_I2C_BUS_EXPANSION3 4
#define PX4_I2C_BUS_ONBOARD 3
#define PX4_I2C_BUS_EXPANSION2 4
#define PX4_I2C_BUS_LED PX4_I2C_BUS_EXPANSION
#define PX4_I2C_BUS_ONBOARD PX4_I2C_BUS_EXPANSION2
#define BOARD_NUMBER_I2C_BUSES 4
#define BOARD_I2C_BUS_CLOCK_INIT {100000, 100000, 100000, 100000}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment