Browse Source

Copter: fixed auto-doc prefix for TERRAIN

master
Andrew Tridgell 11 years ago
parent
commit
cda78aa2c3
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -1089,7 +1089,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -1089,7 +1089,7 @@ const AP_Param::Info var_info[] PROGMEM = {
#endif
#if AP_TERRAIN_AVAILABLE
// @Group: TERRAIN
// @Group: TERRAIN_
// @Path: ../libraries/AP_Terrain/AP_Terrain.cpp
GOBJECT(terrain, "TERRAIN_", AP_Terrain),
#endif

Loading…
Cancel
Save