fixup sitl attribute group for planner. - causing invalid advanced/standard views

This commit is contained in:
Michael Oborne 2012-07-01 21:43:32 +08:00
parent 46f004bcca
commit b2d73d8f68
1 changed files with 2 additions and 1 deletions

View File

@ -329,7 +329,8 @@ static const AP_Param::Info var_info[] PROGMEM = {
GOBJECT(ahrs, "AHRS_", AP_AHRS),
#ifdef DESKTOP_BUILD
// @Group: SITL
// @Group: SIM_
// @Path: ../libraries/SITL/SITL.cpp
GOBJECT(sitl, "SIM_", SITL),
#endif
};