Skip to content

Commit

Permalink
Fix mavlink#233: lost braket in mavlink_param_union_double_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Aug 9, 2014
1 parent 9df3ac3 commit bdf0ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymavlink/generator/C/include_v1.0/mavlink_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ typedef union {
int32_t int32;
float f;
uint8_t align[7];
};
};
uint8_t data[8];
} mavlink_param_union_double_t;
Expand Down

0 comments on commit bdf0ff9

Please sign in to comment.