From 19bc60b6906a3ae7d8788d60f76ce58e93805399 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 18 Feb 2020 09:09:57 +1100 Subject: [PATCH] Plane: correct missing EFI parameter docs --- ArduPlane/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index 827d623025..77eaaa3cd1 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -1242,7 +1242,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { AP_GROUPINFO("DSPOILER_AILMTCH", 21, ParametersG2, crow_flap_aileron_matching, 100), #if EFI_ENABLED - // @Group: EFI_ + // @Group: EFI // @Path: ../libraries/AP_EFI/AP_EFI.cpp AP_SUBGROUPINFO(efi, "EFI", 22, ParametersG2, AP_EFI), #endif