Sub: Change LeakDetector parameter group name

This commit is contained in:
Jacob Walser 2017-02-07 15:55:11 -05:00 committed by Andrew Tridgell
parent ffa491b805
commit 0699acfcf0
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ const AP_Param::Info Sub::var_info[] = {
GOBJECT(gps, "GPS_", AP_GPS),
// Leak detector
// @Group: LEAK_
// @Group: LEAK
// @Path: ../libraries/AP_LeakDetector/AP_LeakDetector.cpp
GOBJECT(leak_detector, "LEAK", AP_LeakDetector),