oops (#2598)
This commit is contained in:
parent
eb3dd0e216
commit
0a3e8c2a21
|
@ -15,7 +15,7 @@ void initBaro(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (device.init(CONFIG(lps25BaroSensorScl), CONFIG(lps25BaroSensorScl))) {
|
||||
if (device.init(CONFIG(lps25BaroSensorScl), CONFIG(lps25BaroSensorSda))) {
|
||||
sensor.Register();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue