Skip to content

Commit

Permalink
Merge pull request #234 from vooon/rel4_param_fix
Browse files Browse the repository at this point in the history
Fix #233: lost braket in mavlink_param_union_double_t.
  • Loading branch information
LorenzMeier committed Aug 9, 2014
2 parents 9df3ac3 + bdf0ff9 commit 5443285
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 5443285

Please sign in to comment.