Skip to content
Snippets Groups Projects
  1. Jun 20, 2024
  2. Mar 30, 2024
  3. Jan 04, 2024
  4. Jan 03, 2024
    • Antonio Sanjurjo C's avatar
      Bugfix. Replace default isize enum representation. · 76a28133
      Antonio Sanjurjo C authored
      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
      76a28133
  5. Jul 12, 2023
  6. Feb 03, 2022
  7. Aug 25, 2021
  8. Mar 12, 2021
  9. Mar 06, 2021
  10. Mar 16, 2020
  11. Mar 11, 2020
  12. Jan 31, 2020
  13. Oct 20, 2019
  14. Jun 02, 2019
  15. Aug 25, 2016
  16. Jul 05, 2016
  17. Mar 15, 2016
  18. Feb 24, 2016
Loading