SITL: align default i2c device bus for BattMonitor

This commit is contained in:
Josh Henderson 2021-01-04 00:39:08 -05:00 committed by Peter Barker
parent 1c4873cece
commit ceb2c87970
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct i2c_device_at_address {
{ 1, 0x39, ignored }, // NCP5623C
{ 1, 0x40, ignored }, // KellerLD
{ 1, 0x76, ignored }, // MS56XX
{ 2, 0x0B, rotoye },
{ 1, 0x0B, rotoye },
{ 2, 0x28, airspeed_dlvr },
};