forked from Archive/PX4-Autopilot
MS5611: Move to 0 based indices
This commit is contained in:
parent
1eb4ec6ec9
commit
a27395a15d
|
@ -278,7 +278,7 @@ MS5611::init()
|
|||
}
|
||||
|
||||
/* register alternate interfaces if we have to */
|
||||
_class_instance = register_class_devname(BARO_DEVICE_PATH);
|
||||
_class_instance = register_class_devname(BARO_BASE_DEVICE_PATH);
|
||||
|
||||
struct baro_report brp;
|
||||
/* do a first measurement cycle to populate reports with valid data */
|
||||
|
|
Loading…
Reference in New Issue