AP_InertialSensor: disable debug on LSM9DS0

This commit is contained in:
Gustavo Jose de Sousa 2015-06-29 15:03:37 -03:00 committed by Andrew Tridgell
parent c168e19e73
commit 0fcd98c804
1 changed files with 1 additions and 1 deletions

View File

@ -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"