-
- Downloads
Bugfix. Replace default isize enum representation.
By default Rust uses isize to represent enum values. isize implementation depends on the `target_pointer_width` attribute. - Mavlink implementation for v2 requires message id with the range 0..16777215 --> u32 - Mavlink implementation requires u32 enum entry values
Loading
Please register or sign in to comment