AP_OSD: fixed X range

This commit is contained in:
Andrew Tridgell 2018-06-24 20:36:03 +10:00
parent 8f8107d13f
commit 5dc3515c83

View File

@ -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),