paparazzi / pprzlink

Message and communication library for the Paparazzi UAV system
Other
24 stars 55 forks source link

[fix] clean usage of string and bytes modules #107

Closed gautierhattenberger closed 4 years ago

gautierhattenberger commented 4 years ago

It turns out that the way we were using Bytes and String modules was completely wrong and only working because -usafe-string option was the default behavior. It will no longer be the case in future version, so better get this right now. It enforce a strong type checking for everyone to avoid errors.

Main Paparazzi code will be updated accordingly.