BaroGlitch: shorten param prefix to BAROGLTCH_

This commit is contained in:
Randy Mackay 2014-07-28 22:21:46 +09:00
parent 4d6588a479
commit 55f679b54b
1 changed files with 2 additions and 2 deletions

View File

@ -1029,9 +1029,9 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Path: ../libraries/AP_GPS/AP_GPS_Glitch.cpp
GOBJECT(gps_glitch, "GPSGLITCH_", GPS_Glitch),
// @Group: BAROGLITCH_
// @Group: BAROGLTCH_
// @Path: ../libraries/AP_Baro/AP_Baro_Glitch.cpp
GOBJECT(baro_glitch, "BAROGLITCH_", Baro_Glitch),
GOBJECT(baro_glitch, "BAROGLTCH_", Baro_Glitch),
#if FRAME_CONFIG == HELI_FRAME
// @Group: H_