Browse Source

[AP_OSD] Fix wrong comment in OSD_W_TERR param

c415-sdk
giacomo892 4 years ago committed by Andrew Tridgell
parent
commit
b5ebf9022c
  1. 2
      libraries/AP_OSD/AP_OSD.cpp

2
libraries/AP_OSD/AP_OSD.cpp

@ -173,7 +173,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = { @@ -173,7 +173,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = {
#if AP_TERRAIN_AVAILABLE
// @Param: _W_TERR
// @DisplayName: Terrain warn level
// @Description: Set level below which HGT_TER item will flash. -1 disables
// @Description: Set level below which TER_HGT item will flash.
// @Range: 1 3000
// @Units: m
// @User: Standard

Loading…
Cancel
Save