AP_OpticalFlow: Fix parameter metadata

This commit is contained in:
Jacob Walser 2017-02-10 19:26:26 -05:00 committed by Tom Pittenger
parent 646d68c76d
commit a9a8521383
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const AP_Param::GroupInfo OpticalFlow::var_info[] = {
// @Param: _BUS_ID
// @DisplayName: ID on the bus
// @Description: This is used to select between multiple possible bus IDs for some sensor types. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus.
// @Range: 0 255
// @Range: 0 127
// @User: Advanced
AP_GROUPINFO("_BUS_ID", 5, OpticalFlow, _bus_id, 0),