Browse Source

AP_InertialSensor: disable debug on LSM9DS0

master
Gustavo Jose de Sousa 10 years ago committed by Andrew Tridgell
parent
commit
0fcd98c804
  1. 2
      libraries/AP_InertialSensor/AP_InertialSensor_LSM9DS0.h

2
libraries/AP_InertialSensor/AP_InertialSensor_LSM9DS0.h

@ -2,7 +2,7 @@ @@ -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…
Cancel
Save