mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix typo
This commit is contained in:
parent
dfed00d870
commit
ae00abe468
@ -172,7 +172,7 @@ MultirotorMixer::from_text(Mixer::ControlCallback control_cb, uintptr_t cb_handl
|
||||
geometry = MultirotorGeometry::HEX_COX;
|
||||
|
||||
} else if (!strcmp(geomname, "6t")) {
|
||||
geometry = MultirotorGeometry::HEX_t;
|
||||
geometry = MultirotorGeometry::HEX_T;
|
||||
|
||||
} else if (!strcmp(geomname, "8+")) {
|
||||
geometry = MultirotorGeometry::OCTA_PLUS;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user