Skip to content

Commit

Permalink
telemetry: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 6, 2019
1 parent 0bba190 commit 612bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/telemetry/include/plugins/telemetry/telemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Telemetry : public PluginBase {
INFO, /**< @brief Message type is an information or other. */
WARNING, /**< @brief Message type is a warning. */
CRITICAL /**< @brief Message type is critical. */
} type;
} type; /**< @brief Message type. */
std::string text; /**< @brief Mavlink status message. */
};

Expand Down

0 comments on commit 612bdb6

Please sign in to comment.