From 09f04e8a5aa0a712bd9708edc57f785bb79a0bc3 Mon Sep 17 00:00:00 2001 From: murata Date: Sat, 8 Feb 2020 13:59:22 +0900 Subject: [PATCH] AP_RangeFinder: Devices are enabled and disabled by type AP_RangeFinder: Devices are enabled and disabled by type AP_RangeFinder: Delete some description of I2C function address. --- libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp b/libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp index 6b1287a5a5..504083208b 100644 --- a/libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp +++ b/libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp @@ -91,7 +91,7 @@ const AP_Param::GroupInfo AP_RangeFinder_Params::var_info[] = { // @Param: ADDR // @DisplayName: Bus address of sensor - // @Description: This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses. A value of 0 disables the sensor. + // @Description: This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses. // @Range: 0 127 // @Increment: 1 // @User: Standard