Skip to content

Commit

Permalink
HAL_SITL: support Y6 frame
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 21, 2016
1 parent 71ca534 commit 21fb38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_HAL_SITL/SITL_cmdline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static const struct {
{ "hexa", MultiCopter::create },
{ "octa", MultiCopter::create },
{ "tri", MultiCopter::create },
{ "y6", MultiCopter::create },
{ "heli", Helicopter::create },
{ "heli-dual", Helicopter::create },
{ "heli-compound", Helicopter::create },
Expand Down

0 comments on commit 21fb38d

Please sign in to comment.