Skip to content

Commit

Permalink
Merge pull request mavlink#424 from ptsneves/master
Browse files Browse the repository at this point in the history
Messages' field description with a newline corruption correction
  • Loading branch information
LorenzMeier committed Aug 14, 2015
2 parents 2957e15 + 87cdf93 commit 96589ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymavlink/generator/mavgen_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def generate_message_h(directory, m):
typedef struct __mavlink_${name_lower}_t
{
${{ordered_fields: ${type} ${name}${array_suffix}; ///< ${description}
${{ordered_fields: ${type} ${name}${array_suffix}; /*< ${description}*/
}}
} mavlink_${name_lower}_t;
Expand Down

0 comments on commit 96589ba

Please sign in to comment.