mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -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
|
||||
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…
Reference in New Issue
Block a user