HAL_SITL: support coaxcopter in SITL

This commit is contained in:
Andrew Tridgell 2016-05-26 17:09:22 +10:00
parent a2ed8fb313
commit 969b6ebea9
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ static const struct {
{ "heli-dual", Helicopter::create },
{ "heli-compound", Helicopter::create },
{ "singlecopter", SingleCopter::create },
{ "coaxcopter", SingleCopter::create },
{ "rover", SimRover::create },
{ "crrcsim", CRRCSim::create },
{ "jsbsim", JSBSim::create },