mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: disable debug on LSM9DS0
This commit is contained in:
parent
c168e19e73
commit
0fcd98c804
|
@ -2,7 +2,7 @@
|
|||
#ifndef __AP_INERTIAL_SENSOR_LSM9DS0_H__
|
||||
#define __AP_INERTIAL_SENSOR_LSM9DS0_H__
|
||||
|
||||
#define LSM9DS0_DEBUG 1
|
||||
#define LSM9DS0_DEBUG 0
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#include "AP_InertialSensor.h"
|
||||
|
|
Loading…
Reference in New Issue