From 67bf99159868f90e46d83d101b6e6c66cafc0fb4 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Tue, 3 Jan 2012 10:22:56 -0800 Subject: [PATCH] removed unused Airspeed config --- ArduCopter/config.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 6b73aa4219..bee8cb8a66 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -192,18 +192,6 @@ #endif -////////////////////////////////////////////////////////////////////////////// -// AIRSPEED_SENSOR -// AIRSPEED_RATIO -// -#ifndef AIRSPEED_SENSOR -# define AIRSPEED_SENSOR DISABLED -#endif -#ifndef AIRSPEED_RATIO -# define AIRSPEED_RATIO 1.9936 // Note - this varies from the value in ArduPilot due to the difference in ADC resolution -#endif - - ////////////////////////////////////////////////////////////////////////////// // HIL_MODE OPTIONAL