AP_OSD: fixed X range

This commit is contained in:
Andrew Tridgell 2018-06-24 20:36:03 +10:00
parent 8f8107d13f
commit 5dc3515c83
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const AP_Param::GroupInfo AP_OSD_Setting::var_info[] = {
// @Param: _X
// @DisplayName: X position
// @Description: Horizontal position on screen
// @Range: 0 31
// @Range: 0 29
// @User: Standard
AP_GROUPINFO("_X", 2, AP_OSD_Setting, xpos, 0),