Browse Source

AP_RangeFinder: remove space before preprocessor directive

mission-4.1.18
priseborough 8 years ago committed by Andrew Tridgell
parent
commit
4499ed437c
  1. 2
      libraries/AP_RangeFinder/RangeFinder.cpp

2
libraries/AP_RangeFinder/RangeFinder.cpp

@ -149,7 +149,7 @@ const AP_Param::GroupInfo RangeFinder::var_info[] = { @@ -149,7 +149,7 @@ const AP_Param::GroupInfo RangeFinder::var_info[] = {
// @User: Advanced
AP_GROUPINFO("_POS", 49, RangeFinder, _pos_offset[0], 0.0f),
#if RANGEFINDER_MAX_INSTANCES > 1
#if RANGEFINDER_MAX_INSTANCES > 1
// @Param: 2_TYPE
// @DisplayName: Second Rangefinder type
// @Description: What type of rangefinder device that is connected

Loading…
Cancel
Save