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 dad36d2e42
commit 84d2782c33

View File

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