Browse Source

AP_InertialSensor: Changes to fix the warnings in rover sitl build.

We are starting the process of resolving all the warnings in the
ardupilot builds of all vehicles and platforms.
master
Grant Morphett 10 years ago committed by Andrew Tridgell
parent
commit
b511410b48
  1. 2
      libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp
  2. 2
      libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp

2
libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
****************************************************************************/
#include <AP_HAL.h>
#if NOT_YET
#if defined(NOT_YET)
#include "AP_InertialSensor_L3GD20.h"

2
libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#if NOT_YET
#if defined(NOT_YET)
/****************************************************************************
*

Loading…
Cancel
Save