AP_NavEKF2: Fix mavlink parameter label

This commit is contained in:
Paul Riseborough 2015-10-24 21:46:23 +11:00 committed by Andrew Tridgell
parent 1cf626692c
commit 87ea9acc7f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] PROGMEM = {
// @Increment: 10
// @User: Advanced
// @Units: milliseconds
AP_GROUPINFO("VEL_DELAY", 8, NavEKF2, _gpsDelay_ms, 220),
AP_GROUPINFO("GPS_DELAY", 8, NavEKF2, _gpsDelay_ms, 220),
// Height measurement parameters