Skip to content

Commit 4680216

Browse files
committed
Add MT6701_I2C to MagneticSensorI2CConfig_s
1 parent fb0be07 commit 4680216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sensors/MagneticSensorI2C.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct MagneticSensorI2CConfig_s {
1414
int data_start_bit;
1515
};
1616
// some predefined structures
17-
extern MagneticSensorI2CConfig_s AS5600_I2C,AS5048_I2C;
17+
extern MagneticSensorI2CConfig_s AS5600_I2C,AS5048_I2C, MT6701_I2C;
1818

1919
#if defined(TARGET_RP2040)
2020
#define SDA I2C_SDA

0 commit comments

Comments
 (0)