mirror of https://github.com/ArduPilot/ardupilot
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:
parent
525787078f
commit
b511410b48
|
@ -36,7 +36,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#if NOT_YET
|
||||
#if defined(NOT_YET)
|
||||
|
||||
#include "AP_InertialSensor_L3GD20.h"
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue