mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_RangeFinder: remove space before preprocessor directive
This commit is contained in:
parent
3ca6c12344
commit
4499ed437c
@ -149,7 +149,7 @@ const AP_Param::GroupInfo RangeFinder::var_info[] = {
|
|||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("_POS", 49, RangeFinder, _pos_offset[0], 0.0f),
|
AP_GROUPINFO("_POS", 49, RangeFinder, _pos_offset[0], 0.0f),
|
||||||
|
|
||||||
#if RANGEFINDER_MAX_INSTANCES > 1
|
#if RANGEFINDER_MAX_INSTANCES > 1
|
||||||
// @Param: 2_TYPE
|
// @Param: 2_TYPE
|
||||||
// @DisplayName: Second Rangefinder type
|
// @DisplayName: Second Rangefinder type
|
||||||
// @Description: What type of rangefinder device that is connected
|
// @Description: What type of rangefinder device that is connected
|
||||||
|
Loading…
Reference in New Issue
Block a user