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.
This commit is contained in:
Grant Morphett 2015-02-05 17:30:51 +11:00 committed by Andrew Tridgell
parent 525787078f
commit b511410b48
2 changed files with 2 additions and 2 deletions

View File

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

View File

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