From a591a83cf7dc3a856c05744a08c6717c25e530c9 Mon Sep 17 00:00:00 2001 From: bfmvsa Date: Thu, 26 Sep 2024 11:17:09 +0200 Subject: [PATCH] Change bus for built-in compass --- src/main/target/MICOAIR743/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/MICOAIR743/target.h b/src/main/target/MICOAIR743/target.h index 4ba27f3447e..52ebef24e1b 100644 --- a/src/main/target/MICOAIR743/target.h +++ b/src/main/target/MICOAIR743/target.h @@ -100,7 +100,7 @@ #define BARO_I2C_BUS BUS_I2C2 #define USE_MAG -#define MAG_I2C_BUS BUS_I2C1 +#define MAG_I2C_BUS BUS_I2C2 #define USE_MAG_ALL // *************** ENABLE OPTICAL FLOW & RANGEFINDER *****************************