From b511410b48938548812303712926cd565dd47b22 Mon Sep 17 00:00:00 2001 From: Grant Morphett Date: Thu, 5 Feb 2015 17:30:51 +1100 Subject: [PATCH] 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. --- libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp | 2 +- libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp b/libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp index 6a443398e3..07dd5356f8 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp +++ b/libraries/AP_InertialSensor/AP_InertialSensor_L3GD20.cpp @@ -36,7 +36,7 @@ ****************************************************************************/ #include -#if NOT_YET +#if defined(NOT_YET) #include "AP_InertialSensor_L3GD20.h" diff --git a/libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp b/libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp index b6c6b7d341..5a3bb796c6 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp +++ b/libraries/AP_InertialSensor/AP_InertialSensor_LSM303D.cpp @@ -1,6 +1,6 @@ /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- -#if NOT_YET +#if defined(NOT_YET) /**************************************************************************** *