Skip to content
Snippets Groups Projects
Commit 76a28133 authored by Antonio Sanjurjo C's avatar Antonio Sanjurjo C Committed by Patrick José Pereira
Browse files

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
parent 19154d84
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment