Commit 06dfe6d9 authored by Hamish Willee's avatar Hamish Willee Committed by GitHub

Merge pull request #5733 from kd0aij/fbw_typo

fix ArduPlane flightmode typo
parents e6a60628 6f964e9f
......@@ -21,8 +21,8 @@ APMPlaneMode::APMPlaneMode(uint32_t mode, bool settable)
enumToString.insert(STABILIZE, "Stabilize");
enumToString.insert(TRAINING, "Training");
enumToString.insert(ACRO, "Acro");
enumToString.insert(FLY_BY_WIRE_A, "FWB A");
enumToString.insert(FLY_BY_WIRE_B, "FWB B");
enumToString.insert(FLY_BY_WIRE_A, "FBW A");
enumToString.insert(FLY_BY_WIRE_B, "FBW B");
enumToString.insert(CRUISE, "Cruise");
enumToString.insert(AUTOTUNE, "Autotune");
enumToString.insert(AUTO, "Auto");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment