Browse Source

AP_OSD: fixed X range

master
Andrew Tridgell 7 years ago
parent
commit
5dc3515c83
  1. 2
      libraries/AP_OSD/AP_OSD_Setting.cpp

2
libraries/AP_OSD/AP_OSD_Setting.cpp

@ -34,7 +34,7 @@ const AP_Param::GroupInfo AP_OSD_Setting::var_info[] = { @@ -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),

Loading…
Cancel
Save