mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
AP_OSD: fixed X range
This commit is contained in:
parent
8f8107d13f
commit
5dc3515c83
@ -34,7 +34,7 @@ const AP_Param::GroupInfo AP_OSD_Setting::var_info[] = {
|
|||||||
// @Param: _X
|
// @Param: _X
|
||||||
// @DisplayName: X position
|
// @DisplayName: X position
|
||||||
// @Description: Horizontal position on screen
|
// @Description: Horizontal position on screen
|
||||||
// @Range: 0 31
|
// @Range: 0 29
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_X", 2, AP_OSD_Setting, xpos, 0),
|
AP_GROUPINFO("_X", 2, AP_OSD_Setting, xpos, 0),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user