removed unused Airspeed config

This commit is contained in:
Jason Short 2012-01-03 10:22:56 -08:00
parent c7b5b747e8
commit 67bf991598
1 changed files with 0 additions and 12 deletions

View File

@ -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